powerpc/32s: Remove #ifdef CONFIG_PPC_BOOK3S_32 in head_book3s_32.S
authorChristophe Leroy <christophe.leroy@csgroup.eu>
Tue, 6 Oct 2020 09:05:37 +0000 (09:05 +0000)
committerMichael Ellerman <mpe@ellerman.id.au>
Thu, 8 Oct 2020 10:17:15 +0000 (21:17 +1100)
commit865418795a1dea1c2b58a5fd7b6bdcb93e0c36b8
tree40e3709902074006ace6a496911f55e74d5cd46f
parent533090e5a980ad80bbe0961b4ed45a9bcf55cc0c
powerpc/32s: Remove #ifdef CONFIG_PPC_BOOK3S_32 in head_book3s_32.S

head_book3s_32.S is only built when CONFIG_PPC_BOOK3S_32 is selected.

Remove all conditions based on CONFIG_PPC_BOOK3S_32 in the file.

Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/1b68632425d8866d147aea9005004e4594672211.1601975100.git.christophe.leroy@csgroup.eu
arch/powerpc/kernel/head_book3s_32.S