From 2c44b08555be662bc993401412317db253385d4a Mon Sep 17 00:00:00 2001 From: Benjamin Herrenschmidt Date: Sat, 24 Jun 2017 14:17:24 -0500 Subject: Rename cleanup_tlb() to cleanup_local_tlb() It uses tlbiel and only cleans up the TLB of the calling core Signed-off-by: Benjamin Herrenschmidt Signed-off-by: Michael Neuling Signed-off-by: Stewart Smith --- asm/misc.S | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'asm/misc.S') diff --git a/asm/misc.S b/asm/misc.S index 8f8696f..4c9eee9 100644 --- a/asm/misc.S +++ b/asm/misc.S @@ -51,8 +51,8 @@ _mcount: b __mcount_stack_check #endif - .global cleanup_tlb -cleanup_tlb: + .global cleanup_local_tlb +cleanup_local_tlb: /* Clean the TLB */ li %r3,512 mtctr %r3 -- cgit v1.1