]> Gentwo Git Trees - linux/.git/commitdiff
Remove temporary _count_vm_tlb_event tlb
authorChristoph Lameter (Ampere) <cl@linux.com>
Thu, 7 Dec 2023 04:11:49 +0000 (20:11 -0800)
committerChristoph Lameter (Ampere) <cl@linux.com>
Wed, 20 Dec 2023 15:20:52 +0000 (07:20 -0800)
There are no users left

Signed-off-by: Christoph Lameter (Ampere) <cl@linux.com>
arch/arm64/include/asm/tlbflush.h
arch/arm64/mm/context.c

index 48065f6ce965aa0de16213b27122f08af5437a45..037e74bf807766f3beb97a5de728442f5f3d7e13 100644 (file)
 #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.
  *
index 5ae6f93ca86a70c2beb6c3fa050d7b78693644c5..30f4bbcccf1a656a7ebffc4d6da7046141508e1b 100644 (file)
@@ -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.