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

Next file: linux/arch/i386/lib/semaphore.S
Previous file: linux/Makefile
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.0.19/linux/arch/i386/kernel/ksyms.c linux/arch/i386/kernel/ksyms.c
@@ -3,6 +3,8 @@
 #include <linux/user.h>
 #include <linux/elfcore.h>
 
+#include <asm/semaphore.h>
+
 extern void dump_thread(struct pt_regs *, struct user *);
 extern int dump_fpu(elf_fpregset_t *);
 
@@ -11,6 +13,8 @@
 	/* platform dependent support */
 	X(dump_thread),
 	X(dump_fpu),
+	XNOVERS(down_failed),
+	XNOVERS(up_wakeup),
 #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