patch-2.1.110 linux/include/asm-i386/pgtable.h

Next file: linux/include/asm-i386/processor.h
Previous file: linux/include/asm-i386/irq.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.109/linux/include/asm-i386/pgtable.h linux/include/asm-i386/pgtable.h
@@ -14,6 +14,7 @@
  */
 #ifndef __ASSEMBLY__
 #include <asm/processor.h>
+#include <asm/fixmap.h>
 #include <linux/tasks.h>
 
 /* Caches aren't brain-dead on the intel. */
@@ -206,6 +207,7 @@
 #define VMALLOC_OFFSET	(8*1024*1024)
 #define VMALLOC_START	(((unsigned long) high_memory + VMALLOC_OFFSET) & ~(VMALLOC_OFFSET-1))
 #define VMALLOC_VMADDR(x) ((unsigned long)(x))
+#define VMALLOC_END	(FIXADDR_START)
 
 /*
  * The 4MB page is guessing..  Detailed in the infamous "Chapter H"

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