Skip to content

Commit

Permalink
powerpc: Remove last traces of POWER4_ONLY
Browse files Browse the repository at this point in the history
The Kconfig symbol POWER4_ONLY got removed in commit
694caf0 ("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>
  • Loading branch information
Paul Bolle authored and Benjamin Herrenschmidt committed Mar 12, 2013
1 parent d63ac5f commit ff2d758
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions arch/powerpc/platforms/Kconfig.cputype
Original file line number Diff line number Diff line change
Expand Up @@ -124,9 +124,8 @@ config 6xx
select PPC_HAVE_PMU_SUPPORT

config POWER3
bool
depends on PPC64 && PPC_BOOK3S
default y if !POWER4_ONLY
def_bool y

config POWER4
depends on PPC64 && PPC_BOOK3S
Expand All @@ -145,8 +144,7 @@ config TUNE_CELL
but somewhat slower on other machines. This option only changes
the scheduling of instructions, not the selection of instructions
itself, so the resulting kernel will keep running on all other
machines. When building a kernel that is supposed to run only
on Cell, you should also select the POWER4_ONLY option.
machines.

# this is temp to handle compat with arch=ppc
config 8xx
Expand Down

0 comments on commit ff2d758

Please sign in to comment.