powerpc: Remove CLASSIC_PPC
authorMichael Ellerman <mpe@ellerman.id.au>
Thu, 10 Jul 2014 02:29:26 +0000 (12:29 +1000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Mon, 28 Jul 2014 04:11:22 +0000 (14:11 +1000)
commit1e07a0a0336b6349b72127b7280995301f18dba3
tree20a6026185a75e681b5047bd9f2c790fc24e8139
parent804ece07e957298fa15695677c92631744d620af
powerpc: Remove CLASSIC_PPC

We have a strange #define in cputable.h called CLASSIC_PPC.

Although it is defined for 32 & 64bit, it's only used for 32bit and
it's basically a duplicate of CONFIG_PPC_BOOK3S_32, so let's use
the latter.

Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
arch/powerpc/include/asm/cputable.h
arch/powerpc/kernel/cputable.c
This page took 0.03548 seconds and 5 git commands to generate.