diff options
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 4465104f5514..1ff7906a9a4d 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) | |||
662 | EXPORT_SYMBOL_GPL(memory_add_physaddr_to_nid); | 662 | EXPORT_SYMBOL_GPL(memory_add_physaddr_to_nid); |
663 | #endif | 663 | #endif |
664 | 664 | ||
665 | void __pud_free_tlb(struct mmu_gather *tlb, pud_t *pud) | ||
666 | { | ||
667 | tlb_remove_page(tlb, virt_to_page(pud)); | ||
668 | } | ||
669 | |||
670 | #endif /* CONFIG_MEMORY_HOTPLUG */ | 665 | #endif /* CONFIG_MEMORY_HOTPLUG */ |
671 | 666 | ||
672 | static struct kcore_list kcore_mem, kcore_vmalloc, kcore_kernel, | 667 | static struct kcore_list kcore_mem, kcore_vmalloc, kcore_kernel, |