patch-2.2.16 linux/include/asm-alpha/pgtable.h

Next file: linux/include/asm-alpha/string.h
Previous file: linux/include/asm-alpha/hwrpb.h
Back to the patch index
Back to the overall index

diff -urN v2.2.15/linux/include/asm-alpha/pgtable.h linux/include/asm-alpha/pgtable.h
@@ -9,6 +9,7 @@
  * in <asm/page.h> (currently 8192).
  */
 #include <linux/config.h>
+#include <linux/mm.h>
 
 #include <asm/system.h>
 #include <asm/processor.h>	/* For TASK_SIZE */
@@ -219,7 +220,8 @@
 /* Number of pointers that fit on a page:  this will go away. */
 #define PTRS_PER_PAGE	(1UL << (PAGE_SHIFT-3))
 
-#define VMALLOC_START		0xFFFFFE0000000000
+#define CONSOLE_REMAP_START	0xFFFFFE0000000000
+#define VMALLOC_START		(CONSOLE_REMAP_START + PMD_SIZE)
 #define VMALLOC_VMADDR(x)	((unsigned long)(x))
 #define VMALLOC_END		(~0UL)
 

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)