patch-2.2.19 linux/arch/alpha/kernel/traps.c
Next file: linux/arch/alpha/lib/strlen_user.S
Previous file: linux/arch/alpha/kernel/sys_ruffian.c
Back to the patch index
Back to the overall index
- Lines: 19
- Date:
Sun Mar 25 11:37:29 2001
- Orig file:
v2.2.18/arch/alpha/kernel/traps.c
- Orig date:
Sun Mar 25 11:13:14 2001
diff -u --new-file --recursive --exclude-from /usr/src/exclude v2.2.18/arch/alpha/kernel/traps.c linux/arch/alpha/kernel/traps.c
@@ -269,7 +269,7 @@
}
}
-static void
+void
dik_show_trace(unsigned long *sp)
{
int i = 1;
@@ -1086,7 +1086,9 @@
{
/* We only get here for OSF system calls, minus #112;
the rest go to sys_ni_syscall. */
+#if 0
printk("<sc %ld(%lx,%lx,%lx)>", regs.r0, a0, a1, a2);
+#endif
return -ENOSYS;
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)