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

Next file: linux/arch/i386/kernel/mtrr.c
Previous file: linux/arch/i386/kernel/irq.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.0.35/linux/arch/i386/kernel/ksyms.c linux/arch/i386/kernel/ksyms.c
@@ -6,6 +6,7 @@
 
 #include <asm/semaphore.h>
 #include <asm/processor.h>
+#include <asm/ptrace.h>
 
 extern void dump_thread(struct pt_regs *, struct user *);
 extern int dump_fpu(elf_fpregset_t *);
@@ -16,6 +17,7 @@
 	X(x86_capability),
 	X(dump_thread),
 	X(dump_fpu),
+	X(get_pt_regs_for_task),
 	XNOVERS(__do_delay),
 	XNOVERS(down_failed),
 	XNOVERS(down_failed_interruptible),

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