patch-2.4.20 linux-2.4.20/lib/dump_stack.c

Next file: linux-2.4.20/lib/inflate.c
Previous file: linux-2.4.20/lib/Makefile
Back to the patch index
Back to the overall index

diff -urN linux-2.4.19/lib/dump_stack.c linux-2.4.20/lib/dump_stack.c
@@ -0,0 +1,13 @@
+/*
+ * Provide a default dump_stack() function for architectures
+ * which don't implement their own.
+ */
+
+#include <linux/kernel.h>
+#include <linux/module.h>
+
+void dump_stack(void)
+{
+	printk(KERN_NOTICE
+		"This architecture does not implement dump_stack()\n");
+}

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