diff options
author | Christophe Leroy <christophe.leroy@c-s.fr> | 2020-02-03 16:47:37 +0000 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2020-02-19 22:46:11 +1100 |
commit | e1347a020b81fe47c80cd277bfaa61295a9482a4 (patch) | |
tree | 6357346fd4a7dea7e7cf9064a4e63b6b4504cc5e /arch/arm/mach-tegra/irq.h | |
parent | a83836dbc53e96f13fec248ecc201d18e1e3111d (diff) |
powerpc/32s: Slenderize _tlbia() for powerpc 603/603e
_tlbia() is a function used only on 603/603e core, ie on CPUs which
don't have a hash table.
_tlbia() uses the tlbia macro which implements a loop of 1024 tlbie.
On the 603/603e core, flushing the entire TLB requires no more than
32 tlbie.
Replace tlbia by a loop of 32 tlbie.
Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/12f4f4f0ff89aeab3b937fc96c84fb35e1b2517e.1580748445.git.christophe.leroy@c-s.fr
Diffstat (limited to 'arch/arm/mach-tegra/irq.h')
0 files changed, 0 insertions, 0 deletions