powerpc/64s: Replace RFI by RFI_TO_KERNEL and remove RFI
authorChristophe Leroy <christophe.leroy@csgroup.eu>
Sun, 8 Nov 2020 16:57:35 +0000 (16:57 +0000)
committerMichael Ellerman <mpe@ellerman.id.au>
Thu, 19 Nov 2020 05:56:54 +0000 (16:56 +1100)
commit879add7720172ffd2986c44587510fabb7af52f5
tree5fc001bd4e9300198e780186d8fc123613cb76fe
parent027717a45ca251a7ba67a63db359994836962cd2
powerpc/64s: Replace RFI by RFI_TO_KERNEL and remove RFI

In head_64.S, we have two places using RFI to return to
kernel. Use RFI_TO_KERNEL instead.

They are the two only places using RFI on book3s/64, so
the RFI macro can go away.

Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu>
Acked-by: Nicholas Piggin <npiggin@gmail.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/7719261b0a0d2787772339484c33eb809723bca7.1604854583.git.christophe.leroy@csgroup.eu
arch/powerpc/include/asm/ppc_asm.h
arch/powerpc/kernel/head_64.S