git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
804ece0
)
powerpc: Remove CLASSIC_PPC
author
Michael Ellerman
<mpe@ellerman.id.au>
Thu, 10 Jul 2014 02:29:26 +0000
(12:29 +1000)
committer
Benjamin Herrenschmidt
<benh@kernel.crashing.org>
Mon, 28 Jul 2014 04:11:22 +0000
(14:11 +1000)
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>
No differences found