Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 88611
b: refs/heads/master
c: c92a7a5
h: refs/heads/master
i:
  88609: 372ac88
  88607: debbf77
v: v3
  • Loading branch information
Ian Campbell authored and Ingo Molnar committed Apr 17, 2008
1 parent 007d2a8 commit 64a4263
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: edc05e6de3e2fd203da21ba984b19d92e5398b62
refs/heads/master: c92a7a54d6579c9c01374092e7b61a6161f2ef70
4 changes: 2 additions & 2 deletions trunk/arch/x86/mm/ioremap.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit 64a4263

Please sign in to comment.