Skip to content

Commit

Permalink
powerpc: gamecube/wii: declare as non-coherent platforms
Browse files Browse the repository at this point in the history
The processors bundled in the Nintendo GameCube and Wii video game consoles
require explicit cache handling when DMA engines are used.

Signed-off-by: Albert Herranz <albert_herranz@yahoo.es>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
  • Loading branch information
Albert Herranz authored and Grant Likely committed Dec 13, 2009
1 parent bc161c7 commit b91a143
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/powerpc/platforms/Kconfig.cputype
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ config NR_CPUS

config NOT_COHERENT_CACHE
bool
depends on 4xx || 8xx || E200 || PPC_MPC512x
depends on 4xx || 8xx || E200 || PPC_MPC512x || GAMECUBE_COMMON
default y

config CHECK_CACHE_COHERENCY
Expand Down

0 comments on commit b91a143

Please sign in to comment.