From: Christoph Lameter (Ampere) Date: Thu, 7 Dec 2023 04:11:49 +0000 (-0800) Subject: Remove temporary _count_vm_tlb_event X-Git-Url: https://gentwo.org/gitweb/?a=commitdiff_plain;h=refs%2Fheads%2Ftlb;p=linux%2F.git Remove temporary _count_vm_tlb_event There are no users left Signed-off-by: Christoph Lameter (Ampere) --- diff --git a/arch/arm64/include/asm/tlbflush.h b/arch/arm64/include/asm/tlbflush.h index 48065f6ce965..037e74bf8077 100644 --- a/arch/arm64/include/asm/tlbflush.h +++ b/arch/arm64/include/asm/tlbflush.h @@ -17,10 +17,6 @@ #include #include -/* vmstat.h cannot be include here. We will remove this soon */ -#include -extern void _count_vm_tlb_event(enum vm_event_item); - /* * Raw TLBI operations. * diff --git a/arch/arm64/mm/context.c b/arch/arm64/mm/context.c index 5ae6f93ca86a..30f4bbcccf1a 100644 --- a/arch/arm64/mm/context.c +++ b/arch/arm64/mm/context.c @@ -423,11 +423,6 @@ static int asids_init(void) } early_initcall(asids_init); -void _count_vm_tlb_event(enum vm_event_item x) -{ - count_vm_tlb_event(x); -} - /* * TLB flushing logic to alloc dynamically control the flushes and potentially reduce * the need for TLBIs having to go over the ARM mesh.