patch-2.4.20 linux-2.4.20/arch/alpha/kernel/traps.c

Next file: linux-2.4.20/arch/alpha/lib/ev6-stxncpy.S
Previous file: linux-2.4.20/arch/alpha/kernel/srm_env.c
Back to the patch index
Back to the overall index

diff -urN linux-2.4.19/arch/alpha/kernel/traps.c linux-2.4.20/arch/alpha/kernel/traps.c
@@ -167,6 +167,11 @@
 	dik_show_trace(sp);
 }
 
+void dump_stack(void)
+{
+	show_stack(NULL);
+}
+
 void
 die_if_kernel(char * str, struct pt_regs *regs, long err, unsigned long *r9_15)
 {

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)