diff options
-rw-r--r-- | arch/powerpc/include/asm/pgtable-ppc64.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/include/asm/pgtable-ppc64.h b/arch/powerpc/include/asm/pgtable-ppc64.h index c4205616dfb5..8af1cf27fd42 100644 --- a/arch/powerpc/include/asm/pgtable-ppc64.h +++ b/arch/powerpc/include/asm/pgtable-ppc64.h | |||
@@ -41,7 +41,7 @@ | |||
41 | #else | 41 | #else |
42 | #define KERN_VIRT_START ASM_CONST(0xD000000000000000) | 42 | #define KERN_VIRT_START ASM_CONST(0xD000000000000000) |
43 | #endif | 43 | #endif |
44 | #define KERN_VIRT_SIZE PGTABLE_RANGE | 44 | #define KERN_VIRT_SIZE ASM_CONST(0x0000100000000000) |
45 | 45 | ||
46 | /* | 46 | /* |
47 | * The vmalloc space starts at the beginning of that region, and | 47 | * The vmalloc space starts at the beginning of that region, and |