diff options
-rw-r--r-- | arch/sh/include/asm/fixmap.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/sh/include/asm/fixmap.h b/arch/sh/include/asm/fixmap.h index 17b22b6c1001..6e7cea453895 100644 --- a/arch/sh/include/asm/fixmap.h +++ b/arch/sh/include/asm/fixmap.h | |||
@@ -61,6 +61,7 @@ enum fixed_addresses { | |||
61 | FIX_KMAP_END = FIX_KMAP_BEGIN+(KM_TYPE_NR*NR_CPUS)-1, | 61 | FIX_KMAP_END = FIX_KMAP_BEGIN+(KM_TYPE_NR*NR_CPUS)-1, |
62 | #endif | 62 | #endif |
63 | 63 | ||
64 | #ifdef CONFIG_IOREMAP_FIXED | ||
64 | /* | 65 | /* |
65 | * FIX_IOREMAP entries are useful for mapping physical address | 66 | * FIX_IOREMAP entries are useful for mapping physical address |
66 | * space before ioremap() is useable, e.g. really early in boot | 67 | * space before ioremap() is useable, e.g. really early in boot |
@@ -69,6 +70,7 @@ enum fixed_addresses { | |||
69 | #define FIX_N_IOREMAPS 32 | 70 | #define FIX_N_IOREMAPS 32 |
70 | FIX_IOREMAP_BEGIN, | 71 | FIX_IOREMAP_BEGIN, |
71 | FIX_IOREMAP_END = FIX_IOREMAP_BEGIN + FIX_N_IOREMAPS, | 72 | FIX_IOREMAP_END = FIX_IOREMAP_BEGIN + FIX_N_IOREMAPS, |
73 | #endif | ||
72 | 74 | ||
73 | __end_of_fixed_addresses | 75 | __end_of_fixed_addresses |
74 | }; | 76 | }; |