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

Next file: linux/arch/i386/kernel/ptrace.c
Previous file: linux/arch/i386/kernel/head.S
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.0.34/linux/arch/i386/kernel/ksyms.c linux/arch/i386/kernel/ksyms.c
@@ -5,6 +5,7 @@
 #include <linux/delay.h>
 
 #include <asm/semaphore.h>
+#include <asm/processor.h>
 
 extern void dump_thread(struct pt_regs *, struct user *);
 extern int dump_fpu(elf_fpregset_t *);
@@ -12,6 +13,7 @@
 static struct symbol_table arch_symbol_table = {
 #include <linux/symtab_begin.h>
 	/* platform dependent support */
+	X(x86_capability),
 	X(dump_thread),
 	X(dump_fpu),
 	XNOVERS(__do_delay),

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