aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/asm-powerpc/mmu.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/asm-powerpc/mmu.h b/include/asm-powerpc/mmu.h
index 29613500c2c2..0a7323f0083b 100644
--- a/include/asm-powerpc/mmu.h
+++ b/include/asm-powerpc/mmu.h
@@ -33,7 +33,8 @@
33 33
34/* Location of cpu0's segment table */ 34/* Location of cpu0's segment table */
35#define STAB0_PAGE 0x6 35#define STAB0_PAGE 0x6
36#define STAB0_PHYS_ADDR (STAB0_PAGE<<12) 36#define STAB0_OFFSET (STAB0_PAGE << 12)
37#define STAB0_PHYS_ADDR (STAB0_OFFSET + PHYSICAL_START)
37 38
38#ifndef __ASSEMBLY__ 39#ifndef __ASSEMBLY__
39extern char initial_stab[]; 40extern char initial_stab[];