diff options
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2017-06-24 14:17:24 -0500 |
---|---|---|
committer | Stewart Smith <stewart@linux.vnet.ibm.com> | 2017-06-26 14:28:58 +1000 |
commit | 2c44b08555be662bc993401412317db253385d4a (patch) | |
tree | 1c4147c6e3e39ef3c0011f4097ba2677b47b66a8 /core | |
parent | c09788ff6a5f0e7170c569d55d85e88e25529034 (diff) | |
download | blackbird-skiboot-2c44b08555be662bc993401412317db253385d4a.tar.gz blackbird-skiboot-2c44b08555be662bc993401412317db253385d4a.zip |
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 <benh@kernel.crashing.org>
Signed-off-by: Michael Neuling <mikey@neuling.org>
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'core')
-rw-r--r-- | core/fast-reboot.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/fast-reboot.c b/core/fast-reboot.c index b99eb998..884441df 100644 --- a/core/fast-reboot.c +++ b/core/fast-reboot.c @@ -392,7 +392,7 @@ static void cleanup_cpu_state(void) chiptod_wakeup_resync(); /* The TLB surely contains garbage */ - cleanup_tlb(); + cleanup_local_tlb(); } /* Per-thread additional cleanup */ |