patch-2.4.18 linux/arch/sh/kernel/traps.c
Next file: linux/arch/sh/vmlinux.lds.S
Previous file: linux/arch/sh/kernel/sh_ksyms.c
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Fri Dec 21 18:00:38 2001
- Orig file:
linux.orig/arch/sh/kernel/traps.c
- Orig date:
Mon Feb 18 20:18:39 2002
diff -Naur -X /home/marcelo/lib/dontdiff linux.orig/arch/sh/kernel/traps.c linux/arch/sh/kernel/traps.c
@@ -560,3 +560,8 @@
}
}
}
+
+void show_trace_task(struct task_struct *tsk)
+{
+ printk("Backtrace not yet implemented for SH.\n");
+}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)