]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
powerpc/32s: Fix CONFIG_BOOK3S_601 uses
authorMichael Ellerman <mpe@ellerman.id.au>
Fri, 24 Jul 2020 13:17:24 +0000 (23:17 +1000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 19 Aug 2020 06:24:02 +0000 (08:24 +0200)
commit9b00a93f792674193c664a1bf47d599fbc4392b7
tree3def1b046fc44b0e15e9b1b9090a28e960566bd3
parent659dbb362fc29fd4f1ae856d616a0a5ff183afb5
powerpc/32s: Fix CONFIG_BOOK3S_601 uses

[ Upstream commit df4d4ef22446b3a789a4efd74d34f2ec1e24deb2 ]

We have two uses of CONFIG_BOOK3S_601, which doesn't exist. Fix them
to use CONFIG_PPC_BOOK3S_601 which is the correct symbol.

Fixes: 12c3f1fd87bf ("powerpc/32s: get rid of CPU_FTR_601 feature")
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20200724131728.1643966-5-mpe@ellerman.id.au
Signed-off-by: Sasha Levin <sashal@kernel.org>
arch/powerpc/include/asm/ptrace.h
arch/powerpc/include/asm/timex.h