patch-1.3.64 linux/arch/i386/kernel/ksyms.c

Next file: linux/drivers/block/floppy.c
Previous file: linux/arch/alpha/kernel/irq.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v1.3.63/linux/arch/i386/kernel/ksyms.c linux/arch/i386/kernel/ksyms.c
@@ -1,10 +1,16 @@
 #include <linux/module.h>
 #include <linux/smp.h>
+#include <linux/user.h>
+#include <linux/elfcore.h>
 
+extern void dump_thread(struct pt_regs *, struct user *);
+extern int dump_fpu(elf_fpregset_t *);
 
 static struct symbol_table arch_symbol_table = {
 #include <linux/symtab_begin.h>
 	/* platform dependent support */
+	X(dump_thread),
+	X(dump_fpu),
 #ifdef __SMP__
 	X(apic_reg),		/* Needed internally for the I386 inlines */
 	X(cpu_data),

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov with Sam's (original) version
of this