On Tue, 6 Oct 2020 09:05:26 +0000 (UTC), Christophe Leroy wrote: > Unlike PPC64 which had a single head_64.S, PPC32 are multiple ones. > There is the head_32.S, selected by default based on the value of BITS > and overridden based on some CONFIG_ values. This leads to thinking > that it may be selected by different types of PPC32 platform but > indeed it ends up being selected by book3s/32 only. > > Make that explicit by: > - Not doing any default selection based on BITS. > - Renaming head_32.S to head_book3s_32.S. > - Get head_book3s_32.S selected only by CONFIG_PPC_BOOK3S_32.
Applied to powerpc/next. [1/2] powerpc/32s: Rename head_32.S to head_book3s_32.S https://git.kernel.org/powerpc/c/533090e5a980ad80bbe0961b4ed45a9bcf55cc0c [2/2] powerpc/32s: Remove #ifdef CONFIG_PPC_BOOK3S_32 in head_book3s_32.S https://git.kernel.org/powerpc/c/865418795a1dea1c2b58a5fd7b6bdcb93e0c36b8 cheers