Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 80466
b: refs/heads/master
c: 1a2b441
h: refs/heads/master
v: v3
  • Loading branch information
Andi Kleen authored and Ingo Molnar committed Jan 30, 2008
1 parent ecd4fb9 commit 72e5c87
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: 934d15854d04e8ca2495d8f5698164df990d5d66
refs/heads/master: 1a2b441231ddc12b785940000320894bfa02bd82
6 changes: 3 additions & 3 deletions trunk/arch/x86/mm/init_64.c
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ __meminit void *early_ioremap(unsigned long addr, unsigned long size)
addr &= PMD_MASK;
for (i = 0; i < pmds; i++, addr += PMD_SIZE)
set_pmd(pmd+i, __pmd(addr | __PAGE_KERNEL_LARGE_EXEC));
__flush_tlb();
__flush_tlb_all();
return (void *)vaddr;
next:
;
Expand All @@ -249,7 +249,7 @@ __meminit void early_iounmap(void *addr, unsigned long size)
pmd = level2_kernel_pgt + pmd_index(vaddr);
for (i = 0; i < pmds; i++)
pmd_clear(pmd + i);
__flush_tlb();
__flush_tlb_all();
}

static void __meminit
Expand Down Expand Up @@ -317,7 +317,7 @@ static void __meminit phys_pud_init(pud_t *pud_page, unsigned long addr, unsigne
spin_unlock(&init_mm.page_table_lock);
unmap_low_page(pmd);
}
__flush_tlb();
__flush_tlb_all();
}

static void __init find_early_table_space(unsigned long end)
Expand Down

0 comments on commit 72e5c87

Please sign in to comment.