From f6f839c1541cd10388349d8ad073868a74d8cb01 Mon Sep 17 00:00:00 2001 From: "Christoph Lameter (Ampere)" Date: Wed, 6 Dec 2023 20:11:49 -0800 Subject: [PATCH] Remove temporary _count_vm_tlb_event There are no users left Signed-off-by: Christoph Lameter (Ampere) --- arch/arm64/include/asm/tlbflush.h | 4 ---- arch/arm64/mm/context.c | 5 ----- 2 files changed, 9 deletions(-) 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. -- 2.47.3