Browse Source

Hexagon: use defines for MIN_KERNEL_SEG calculation

Signed-off-by: Richard Kuo <rkuo@codeaurora.org>
Richard Kuo 13 years ago
parent
commit
e470d932ce
1 changed files with 1 additions and 1 deletions
  1. 1 1
      arch/hexagon/include/asm/mem-layout.h

+ 1 - 1
arch/hexagon/include/asm/mem-layout.h

@@ -64,7 +64,7 @@ enum fixed_addresses {
 	__end_of_fixed_addresses
 };
 
-#define MIN_KERNEL_SEG 0x300   /* From 0xc0000000 */
+#define MIN_KERNEL_SEG (PAGE_OFFSET >> PGDIR_SHIFT)   /* L1 shift is 22 bits */
 extern int max_kernel_seg;
 
 /*