powerpc: Remove last traces of POWER4_ONLY
The Kconfig symbol POWER4_ONLY got removed in commit
694caf0255
("powerpc: Remove
CONFIG_POWER4_ONLY"). Remove its last traces.
Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
This commit is contained in:
parent
d63ac5f6cf
commit
ff2d7587c7
|
@ -124,9 +124,8 @@ config 6xx
|
||||||
select PPC_HAVE_PMU_SUPPORT
|
select PPC_HAVE_PMU_SUPPORT
|
||||||
|
|
||||||
config POWER3
|
config POWER3
|
||||||
bool
|
|
||||||
depends on PPC64 && PPC_BOOK3S
|
depends on PPC64 && PPC_BOOK3S
|
||||||
default y if !POWER4_ONLY
|
def_bool y
|
||||||
|
|
||||||
config POWER4
|
config POWER4
|
||||||
depends on PPC64 && PPC_BOOK3S
|
depends on PPC64 && PPC_BOOK3S
|
||||||
|
@ -145,8 +144,7 @@ config TUNE_CELL
|
||||||
but somewhat slower on other machines. This option only changes
|
but somewhat slower on other machines. This option only changes
|
||||||
the scheduling of instructions, not the selection of instructions
|
the scheduling of instructions, not the selection of instructions
|
||||||
itself, so the resulting kernel will keep running on all other
|
itself, so the resulting kernel will keep running on all other
|
||||||
machines. When building a kernel that is supposed to run only
|
machines.
|
||||||
on Cell, you should also select the POWER4_ONLY option.
|
|
||||||
|
|
||||||
# this is temp to handle compat with arch=ppc
|
# this is temp to handle compat with arch=ppc
|
||||||
config 8xx
|
config 8xx
|
||||||
|
|
Loading…
Reference in New Issue