patch-2.0.11 linux/arch/alpha/kernel/ksyms.c

Next file: linux/arch/alpha/kernel/process.c
Previous file: linux/arch/alpha/defconfig
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.0.10/linux/arch/alpha/kernel/ksyms.c linux/arch/alpha/kernel/ksyms.c
@@ -8,6 +8,8 @@
 #include <linux/string.h>
 #include <linux/module.h>
 #include <linux/string.h>
+#include <linux/user.h>
+#include <linux/elfcore.h>
 #include <asm/io.h>
 #include <asm/hwrpb.h>
 
@@ -24,6 +26,10 @@
 extern void __divqu (void);
 extern void __remqu (void);
 
+extern void dump_thread(struct pt_regs *, struct user *);
+extern int dump_fpu(struct pt_regs *, elf_fpregset_t *);
+
+
 static struct symbol_table arch_symbol_table = {
 #include <linux/symtab_begin.h>
 	/* platform dependent support */
@@ -62,11 +68,16 @@
 	X(strstr),
 	X(strtok),
 	X(strchr),
-	X(hwrpb),
 	X(memcmp),
 	X(memmove),
 	X(__memcpy),
 	X(__constant_c_memset),
+
+	X(dump_thread),
+	X(dump_fpu),
+	X(hwrpb),
+	X(wrusp),
+
 	/*
 	 * The following are special because they're not called
 	 * explicitly (the C compiler or assembler generates them in

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov