diff options
Diffstat (limited to 'arch/powerpc/include/asm/fixmap.h')
-rw-r--r-- | arch/powerpc/include/asm/fixmap.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/powerpc/include/asm/fixmap.h b/arch/powerpc/include/asm/fixmap.h index 90f604bbcd19..4508b322f2cd 100644 --- a/arch/powerpc/include/asm/fixmap.h +++ b/arch/powerpc/include/asm/fixmap.h | |||
@@ -51,6 +51,13 @@ enum fixed_addresses { | |||
51 | FIX_KMAP_BEGIN, /* reserved pte's for temporary kernel mappings */ | 51 | FIX_KMAP_BEGIN, /* reserved pte's for temporary kernel mappings */ |
52 | FIX_KMAP_END = FIX_KMAP_BEGIN+(KM_TYPE_NR*NR_CPUS)-1, | 52 | FIX_KMAP_END = FIX_KMAP_BEGIN+(KM_TYPE_NR*NR_CPUS)-1, |
53 | #endif | 53 | #endif |
54 | #ifdef CONFIG_PPC_8xx | ||
55 | /* For IMMR we need an aligned 512K area */ | ||
56 | #define FIX_IMMR_SIZE (512 * 1024 / PAGE_SIZE) | ||
57 | FIX_IMMR_START, | ||
58 | FIX_IMMR_BASE = __ALIGN_MASK(FIX_IMMR_START, FIX_IMMR_SIZE - 1) - 1 + | ||
59 | FIX_IMMR_SIZE, | ||
60 | #endif | ||
54 | /* FIX_PCIE_MCFG, */ | 61 | /* FIX_PCIE_MCFG, */ |
55 | __end_of_fixed_addresses | 62 | __end_of_fixed_addresses |
56 | }; | 63 | }; |