diff options
-rw-r--r-- | arch/hexagon/include/asm/mem-layout.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/hexagon/include/asm/mem-layout.h b/arch/hexagon/include/asm/mem-layout.h index 1426cd71a1d3..3724cea5c59c 100644 --- a/arch/hexagon/include/asm/mem-layout.h +++ b/arch/hexagon/include/asm/mem-layout.h | |||
@@ -64,7 +64,7 @@ enum fixed_addresses { | |||
64 | __end_of_fixed_addresses | 64 | __end_of_fixed_addresses |
65 | }; | 65 | }; |
66 | 66 | ||
67 | #define MIN_KERNEL_SEG 0x300 /* From 0xc0000000 */ | 67 | #define MIN_KERNEL_SEG (PAGE_OFFSET >> PGDIR_SHIFT) /* L1 shift is 22 bits */ |
68 | extern int max_kernel_seg; | 68 | extern int max_kernel_seg; |
69 | 69 | ||
70 | /* | 70 | /* |