diff options
author | Jeremy Fitzhardinge <jeremy@goop.org> | 2008-03-17 19:36:57 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-04-24 17:57:30 -0400 |
commit | 397f687ab7f840dbe50353c4b60108672b653d0c (patch) | |
tree | 4b33f2c8e999029a2360bf2dd35cb5f72a8f7041 /arch/x86/mm/pgtable_32.c | |
parent | 1d262d3a4932b5ae7222c8d9900696650ee95188 (diff) |
x86: move pte functions into common asm/pgalloc.h
Common definitions for 2-level pagetable functions.
Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'arch/x86/mm/pgtable_32.c')
-rw-r--r-- | arch/x86/mm/pgtable_32.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/x86/mm/pgtable_32.c b/arch/x86/mm/pgtable_32.c index b46893e45d0..b9e3dac3239 100644 --- a/arch/x86/mm/pgtable_32.c +++ b/arch/x86/mm/pgtable_32.c | |||
@@ -173,13 +173,6 @@ void reserve_top_address(unsigned long reserve) | |||
173 | __VMALLOC_RESERVE += reserve; | 173 | __VMALLOC_RESERVE += reserve; |
174 | } | 174 | } |
175 | 175 | ||
176 | void __pte_free_tlb(struct mmu_gather *tlb, struct page *pte) | ||
177 | { | ||
178 | pgtable_page_dtor(pte); | ||
179 | paravirt_release_pt(page_to_pfn(pte)); | ||
180 | tlb_remove_page(tlb, pte); | ||
181 | } | ||
182 | |||
183 | #ifdef CONFIG_X86_PAE | 176 | #ifdef CONFIG_X86_PAE |
184 | 177 | ||
185 | void __pmd_free_tlb(struct mmu_gather *tlb, pmd_t *pmd) | 178 | void __pmd_free_tlb(struct mmu_gather *tlb, pmd_t *pmd) |