diff options
Diffstat (limited to 'arch/powerpc/mm/mmu_decl.h')
-rw-r--r-- | arch/powerpc/mm/mmu_decl.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/powerpc/mm/mmu_decl.h b/arch/powerpc/mm/mmu_decl.h index ebfd13dc9d19..04802252a64f 100644 --- a/arch/powerpc/mm/mmu_decl.h +++ b/arch/powerpc/mm/mmu_decl.h | |||
@@ -48,9 +48,11 @@ extern unsigned int num_tlbcam_entries; | |||
48 | 48 | ||
49 | extern unsigned long ioremap_bot; | 49 | extern unsigned long ioremap_bot; |
50 | extern unsigned long __max_low_memory; | 50 | extern unsigned long __max_low_memory; |
51 | extern unsigned long __initial_memory_limit; | 51 | extern phys_addr_t __initial_memory_limit_addr; |
52 | extern unsigned long total_memory; | 52 | extern unsigned long total_memory; |
53 | extern unsigned long total_lowmem; | 53 | extern unsigned long total_lowmem; |
54 | extern phys_addr_t memstart_addr; | ||
55 | extern phys_addr_t lowmem_end_addr; | ||
54 | 56 | ||
55 | /* ...and now those things that may be slightly different between processor | 57 | /* ...and now those things that may be slightly different between processor |
56 | * architectures. -- Dan | 58 | * architectures. -- Dan |