patch-2.2.0-pre3 linux/include/asm-i386/pgtable.h
Next file: linux/include/asm-i386/processor.h
Previous file: linux/include/asm-i386/ipc.h
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Fri Jan 1 11:53:34 1999
- Orig file:
v2.2.0-pre2/linux/include/asm-i386/pgtable.h
- Orig date:
Thu Dec 31 10:29:02 1998
diff -u --recursive --new-file v2.2.0-pre2/linux/include/asm-i386/pgtable.h linux/include/asm-i386/pgtable.h
@@ -41,7 +41,7 @@
#define __flush_tlb() \
do { unsigned long tmpreg; __asm__ __volatile__("movl %%cr3,%0\n\tmovl %0,%%cr3":"=r" (tmpreg) : :"memory"); } while (0)
-#ifndef CONFIG_INVLPG
+#ifndef CONFIG_X86_INVLPG
#define __flush_tlb_one(addr) flush_tlb()
#else
#define __flush_tlb_one(addr) \
FUNET's LINUX-ADM group, [email protected]
TCL-scripts by Sam Shen, [email protected]