patch-2.4.3 linux/arch/i386/kernel/i386_ksyms.c
Next file: linux/arch/i386/kernel/i387.c
Previous file: linux/arch/i386/kernel/head.S
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Fri Mar 2 12:03:49 2001
- Orig file:
v2.4.2/linux/arch/i386/kernel/i386_ksyms.c
- Orig date:
Wed Feb 21 18:20:11 2001
diff -u --recursive --new-file v2.4.2/linux/arch/i386/kernel/i386_ksyms.c linux/arch/i386/kernel/i386_ksyms.c
@@ -27,6 +27,7 @@
#include <asm/mmx.h>
#include <asm/desc.h>
#include <asm/pgtable.h>
+#include <asm/pgalloc.h>
extern void dump_thread(struct pt_regs *, struct user *);
extern spinlock_t rtc_lock;
@@ -134,6 +135,9 @@
EXPORT_SYMBOL(__global_save_flags);
EXPORT_SYMBOL(__global_restore_flags);
EXPORT_SYMBOL(smp_call_function);
+
+/* TLB flushing */
+EXPORT_SYMBOL(flush_tlb_page);
#endif
#ifdef CONFIG_MCA
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)