From 6d403070f28cd44860fdb3a53be5da0275c65cf4 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Mon, 19 Jun 2000 22:45:37 +0000 Subject: Merge with 2.4.0-test1-ac21 + pile of MIPS cleanups to make merging possible. Chainsawed RM200 kernel to compile again. Jazz machine status unknown. --- include/asm-alpha/pgtable.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/asm-alpha/pgtable.h') diff --git a/include/asm-alpha/pgtable.h b/include/asm-alpha/pgtable.h index ef04b09ba..2614e8189 100644 --- a/include/asm-alpha/pgtable.h +++ b/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) -- cgit v1.2.3