Commit f13f8135 authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

[PATCH] Make PPC601_SYNC_FIX depend on pmac||prep

From: Tom Rini <trini@kernel.crashing.org>

The following has been approved by Paul, FWIW.

The following patch makes PPC601_SYNC_FIX depend on PPC_PMAC || PPC_PREP.
It used to depend on ALL_PPC I believe, but this was (at least
semi-intentionally I gather) backed out.  The last time this was discussed,
the only platforms old enough to have a 601 to support were pmacs and
preps, so it makes some sense to only ask for these machines.
parent ca2e9b2f
...@@ -181,7 +181,7 @@ config CPU_FREQ_TABLE ...@@ -181,7 +181,7 @@ config CPU_FREQ_TABLE
config PPC601_SYNC_FIX config PPC601_SYNC_FIX
bool "Workarounds for PPC601 bugs" bool "Workarounds for PPC601 bugs"
depends on 6xx depends on 6xx && (PPC_PREP || PPC_PMAC)
help help
Some versions of the PPC601 (the first PowerPC chip) have bugs which Some versions of the PPC601 (the first PowerPC chip) have bugs which
mean that extra synchronization instructions are required near mean that extra synchronization instructions are required near
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment