aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/mm/init_64.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/mm/init_64.c')
-rw-r--r--arch/x86/mm/init_64.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/x86/mm/init_64.c b/arch/x86/mm/init_64.c
index 2d89b7abbc54..9c09893e54fb 100644
--- a/arch/x86/mm/init_64.c
+++ b/arch/x86/mm/init_64.c
@@ -662,12 +662,6 @@ int memory_add_physaddr_to_nid(u64 start)
662EXPORT_SYMBOL_GPL(memory_add_physaddr_to_nid); 662EXPORT_SYMBOL_GPL(memory_add_physaddr_to_nid);
663#endif 663#endif
664 664
665void __pte_free_tlb(struct mmu_gather *tlb, struct page *pte)
666{
667 pgtable_page_dtor(pte);
668 tlb_remove_page(tlb, pte);
669}
670
671void __pmd_free_tlb(struct mmu_gather *tlb, pmd_t *pmd) 665void __pmd_free_tlb(struct mmu_gather *tlb, pmd_t *pmd)
672{ 666{
673 tlb_remove_page(tlb, virt_to_page(pmd)); 667 tlb_remove_page(tlb, virt_to_page(pmd));