patch-2.1.23 linux/arch/i386/kernel/i386_ksyms.c

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

diff -u --recursive --new-file v2.1.22/linux/arch/i386/kernel/i386_ksyms.c linux/arch/i386/kernel/i386_ksyms.c
@@ -4,6 +4,7 @@
 #include <linux/user.h>
 #include <linux/elfcore.h>
 #include <linux/mca.h>
+#include <linux/sched.h>
 
 #include <asm/semaphore.h>
 #include <asm/processor.h>
@@ -12,6 +13,7 @@
 
 extern void dump_thread(struct pt_regs *, struct user *);
 extern int dump_fpu(elf_fpregset_t *);
+extern void __lock_kernel(void);
 
 /* platform dependent support */
 EXPORT_SYMBOL(EISA_bus);
@@ -28,11 +30,10 @@
 #ifdef __SMP__
 EXPORT_SYMBOL(apic_reg);	/* Needed internally for the I386 inlines */
 EXPORT_SYMBOL(cpu_data);
-EXPORT_SYMBOL(syscall_count);
 EXPORT_SYMBOL(kernel_flag);
-EXPORT_SYMBOL(kernel_counter);
 EXPORT_SYMBOL(active_kernel_processor);
 EXPORT_SYMBOL(smp_invalidate_needed);
+EXPORT_SYMBOL_NOVERS(__lock_kernel);
 #endif
 
 #ifdef CONFIG_MCA

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