x86: reduce arch/x86/mm/ioremap.o size
[sfrench/cifs-2.6.git] / arch / x86 / mm / ioremap.c
index 794895c6dcc99428b2105a9f4062b109b90f5215..868bbde74698d2de574ab9558ab62542a08f30cb 100644 (file)
@@ -272,8 +272,8 @@ static int __init early_ioremap_debug_setup(char *str)
 early_param("early_ioremap_debug", early_ioremap_debug_setup);
 
 static __initdata int after_paging_init;
-static __initdata pte_t bm_pte[PAGE_SIZE/sizeof(pte_t)]
-                               __attribute__((aligned(PAGE_SIZE)));
+static pte_t bm_pte[PAGE_SIZE/sizeof(pte_t)]
+               __section(.bss.page_aligned);
 
 static inline pmd_t * __init early_ioremap_pmd(unsigned long addr)
 {