]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc: Replace RFI by rfi on book3s/32 and booke
authorChristophe Leroy <christophe.leroy@csgroup.eu>
Sun, 8 Nov 2020 16:57:36 +0000 (16:57 +0000)
committerMichael Ellerman <mpe@ellerman.id.au>
Thu, 19 Nov 2020 05:56:54 +0000 (16:56 +1100)
commit81e8550e7a04466ae806322a1fe35587d09ecb99
tree0f592ef6260d9d874f4645058965ce2f22b833e4
parent639b2f7ca3e455f0a09e21def0d60677c3ab576a
powerpc: Replace RFI by rfi on book3s/32 and booke

For book3s/32 and for booke, RFI is just an rfi.
Only 40x has a non trivial RFI.
CONFIG_PPC_RTAS is never selected by 40x platforms.

Make it more explicit by replacing RFI by rfi wherever possible.

Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/b901ddfdeb8a0a3b7cb59999599cdfde1bbfe834.1604854583.git.christophe.leroy@csgroup.eu
arch/powerpc/kernel/entry_32.S
arch/powerpc/kernel/head_book3s_32.S
arch/powerpc/kernel/head_booke.h
arch/powerpc/kvm/book3s_rmhandlers.S