diff options
| author | Jeremy Fitzhardinge <jeremy@goop.org> | 2008-03-17 16:36:58 -0700 |
|---|---|---|
| committer | Ingo Molnar <mingo@elte.hu> | 2008-04-24 23:57:30 +0200 |
| commit | 170fdff7057d4247e3f28cca96d0db1fbc854e3b (patch) | |
| tree | b0d5281dc5de0b9a0ddb1e626818d8f7f562713c /arch/x86/mm/init_64.c | |
| parent | x86: move pte functions into common asm/pgalloc.h (diff) | |
| download | linux-170fdff7057d4247e3f28cca96d0db1fbc854e3b.tar.gz linux-170fdff7057d4247e3f28cca96d0db1fbc854e3b.zip | |
x86: move pmd functions into common asm/pgalloc.h
Common definitions for 3-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/init_64.c')
| -rw-r--r-- | arch/x86/mm/init_64.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/x86/mm/init_64.c b/arch/x86/mm/init_64.c index 9c09893e54fb..4465104f5514 100644 --- a/arch/x86/mm/init_64.c +++ b/arch/x86/mm/init_64.c @@ -662,11 +662,6 @@ int memory_add_physaddr_to_nid(u64 start) EXPORT_SYMBOL_GPL(memory_add_physaddr_to_nid); #endif -void __pmd_free_tlb(struct mmu_gather *tlb, pmd_t *pmd) -{ - tlb_remove_page(tlb, virt_to_page(pmd)); -} - void __pud_free_tlb(struct mmu_gather *tlb, pud_t *pud) { tlb_remove_page(tlb, virt_to_page(pud)); |
