commit | b91280f3f36d64cc6f8022893af00935c99de197 | [log] [tgz] |
---|---|---|
author | Christophe Leroy <christophe.leroy@csgroup.eu> | Thu Oct 22 06:29:34 2020 +0000 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Wed Dec 09 16:46:55 2020 +1100 |
tree | 3c06fe44af8f674075d15792a700af2e4bb6e671 | |
parent | cfe32ad0b3dc74df34ab6fea38ccb1e53f904a10 [diff] |
powerpc/32s: Inline _tlbie() on non SMP On non SMP, _tlbie() is just a tlbie plus a sync instruction. Make it static inline. Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://lore.kernel.org/r/475136425541db5c7c8a0395d19d400525b251bc.1603348103.git.christophe.leroy@csgroup.eu