diff options
Diffstat (limited to 'arch/x86/mm/ioremap.c')
-rw-r--r-- | arch/x86/mm/ioremap.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/x86/mm/ioremap.c b/arch/x86/mm/ioremap.c index 794895c6dcc9..868bbde74698 100644 --- a/arch/x86/mm/ioremap.c +++ b/arch/x86/mm/ioremap.c | |||
@@ -272,8 +272,8 @@ static int __init early_ioremap_debug_setup(char *str) | |||
272 | early_param("early_ioremap_debug", early_ioremap_debug_setup); | 272 | early_param("early_ioremap_debug", early_ioremap_debug_setup); |
273 | 273 | ||
274 | static __initdata int after_paging_init; | 274 | static __initdata int after_paging_init; |
275 | static __initdata pte_t bm_pte[PAGE_SIZE/sizeof(pte_t)] | 275 | static pte_t bm_pte[PAGE_SIZE/sizeof(pte_t)] |
276 | __attribute__((aligned(PAGE_SIZE))); | 276 | __section(.bss.page_aligned); |
277 | 277 | ||
278 | static inline pmd_t * __init early_ioremap_pmd(unsigned long addr) | 278 | static inline pmd_t * __init early_ioremap_pmd(unsigned long addr) |
279 | { | 279 | { |