]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitdcae5d68e116cfe93da569d37c185d0f6fadfb07
tree5fc001bd4e9300198e780186d8fc123613cb76fe
parentec848627cbb03530a206c267bcd795eec57ce5a8
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