aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Lameter (Ampere) <cl@linux.com>2023-12-06 20:11:49 -0800
committerChristopher Lameter <cl@linux.com>2023-12-06 20:11:49 -0800
commit91f3b684b7388e1d97dc9a9d3398a0bea888e57d (patch)
treee9c39b3194b5a7bb056505e6d72e60c225285b1f
parent74ecc5e852682407377ecc79cfd90e32605fd647 (diff)
downloadlinux-tlb.tar.gz
Remove temporary _count_vm_tlb_eventtlb
There are no users left Signed-off-by: Christoph Lameter (Ampere) <cl@linux.com>
-rw-r--r--arch/arm64/include/asm/tlbflush.h4
-rw-r--r--arch/arm64/mm/context.c5
2 files changed, 0 insertions, 9 deletions
diff --git a/arch/arm64/include/asm/tlbflush.h b/arch/arm64/include/asm/tlbflush.h
index 48065f6ce965aa..037e74bf807766 100644
--- a/arch/arm64/include/asm/tlbflush.h
+++ b/arch/arm64/include/asm/tlbflush.h
@@ -17,10 +17,6 @@
#include <asm/cputype.h>
#include <asm/mmu.h>
-/* vmstat.h cannot be include here. We will remove this soon */
-#include <linux/vm_event_item.h>
-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 5ae6f93ca86a70..30f4bbcccf1a65 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.