dect
/
linux-2.6
Archived
13
0
Fork 0

powerpc: gamecube/wii: declare as non-coherent platforms

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>
This commit is contained in:
Albert Herranz 2009-12-12 06:31:38 +00:00 committed by Grant Likely
parent bc161c7a67
commit b91a143b10
1 changed files with 1 additions and 1 deletions

View File

@ -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