]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc/47x: Guard 47x cputable entries with CONFIG_PPC_47x
authorMichael Ellerman <mpe@ellerman.id.au>
Tue, 8 Aug 2017 06:39:17 +0000 (16:39 +1000)
committerMichael Ellerman <mpe@ellerman.id.au>
Thu, 10 Aug 2017 13:28:59 +0000 (23:28 +1000)
commit5f6198f792f03c50ba5e41229f4a9b785caf1de5
treea53f8042a0cc627cfd10dc68baec1342ec29c0dc
parent4b6480bc200ad62db4d715855ab44ede97a04f74
powerpc/47x: Guard 47x cputable entries with CONFIG_PPC_47x

Currently we build the 47x cputable entries even when CONFIG_PPC_47x is
disabled. That means a kernel built without CONFIG_PPC_47x will claim to
support a 47x CPU and start booting, only to break somewhere later
because it doesn't have 47x support compiled in.

So guard the 47x cputable entries with CONFIG_PPC_47x. Note that this is
inside the #ifdef CONFIG_44x section, because 47x depends on 44x.

Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/kernel/cputable.c