diff options
Diffstat (limited to 'arch/powerpc/mm/mmu_decl.h')
-rw-r--r-- | arch/powerpc/mm/mmu_decl.h | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/arch/powerpc/mm/mmu_decl.h b/arch/powerpc/mm/mmu_decl.h index d2e5321d5ea..9aa39fe74f8 100644 --- a/arch/powerpc/mm/mmu_decl.h +++ b/arch/powerpc/mm/mmu_decl.h | |||
@@ -136,6 +136,14 @@ extern phys_addr_t total_lowmem; | |||
136 | extern phys_addr_t memstart_addr; | 136 | extern phys_addr_t memstart_addr; |
137 | extern phys_addr_t lowmem_end_addr; | 137 | extern phys_addr_t lowmem_end_addr; |
138 | 138 | ||
139 | #ifdef CONFIG_WII | ||
140 | extern unsigned long wii_hole_start; | ||
141 | extern unsigned long wii_hole_size; | ||
142 | |||
143 | extern unsigned long wii_mmu_mapin_mem2(unsigned long top); | ||
144 | extern void wii_memory_fixups(void); | ||
145 | #endif | ||
146 | |||
139 | /* ...and now those things that may be slightly different between processor | 147 | /* ...and now those things that may be slightly different between processor |
140 | * architectures. -- Dan | 148 | * architectures. -- Dan |
141 | */ | 149 | */ |
@@ -155,5 +163,5 @@ extern void adjust_total_lowmem(void); | |||
155 | #elif defined(CONFIG_PPC32) | 163 | #elif defined(CONFIG_PPC32) |
156 | /* anything 32-bit except 4xx or 8xx */ | 164 | /* anything 32-bit except 4xx or 8xx */ |
157 | extern void MMU_init_hw(void); | 165 | extern void MMU_init_hw(void); |
158 | extern unsigned long mmu_mapin_ram(void); | 166 | extern unsigned long mmu_mapin_ram(unsigned long top); |
159 | #endif | 167 | #endif |