From 64a4263421508777468e08b296f81a7931e5f04a Mon Sep 17 00:00:00 2001 From: Ian Campbell Date: Sun, 17 Feb 2008 19:09:42 +0000 Subject: [PATCH] --- yaml --- r: 88611 b: refs/heads/master c: c92a7a54d6579c9c01374092e7b61a6161f2ef70 h: refs/heads/master i: 88609: 372ac889328c05d0a3133586eb6aba38cb5c31d1 88607: debbf77b3bacbb37fe2ed2e4f15801b9002215a6 v: v3 --- [refs] | 2 +- trunk/arch/x86/mm/ioremap.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index f3d9a797cc4e..94214dd11b20 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: edc05e6de3e2fd203da21ba984b19d92e5398b62 +refs/heads/master: c92a7a54d6579c9c01374092e7b61a6161f2ef70 diff --git a/trunk/arch/x86/mm/ioremap.c b/trunk/arch/x86/mm/ioremap.c index 794895c6dcc9..868bbde74698 100644 --- a/trunk/arch/x86/mm/ioremap.c +++ b/trunk/arch/x86/mm/ioremap.c @@ -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) {