There are no users left
Signed-off-by: Christoph Lameter (Ampere) <cl@linux.com>
#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.
*
}
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.