patch-2.4.0-test2 linux/include/asm-alpha/pgtable.h

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

diff -u --recursive --new-file v2.4.0-test1/linux/include/asm-alpha/pgtable.h linux/include/asm-alpha/pgtable.h
@@ -45,7 +45,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)