diff options
| author | Albert Herranz <albert_herranz@yahoo.es> | 2009-12-12 01:31:38 -0500 |
|---|---|---|
| committer | Grant Likely <grant.likely@secretlab.ca> | 2009-12-13 00:24:27 -0500 |
| commit | b91a143b1041d69dbadc0f694b8c9ab96659705e (patch) | |
| tree | 220c636cd20e9310abb5a758c18ae79406c4d417 | |
| parent | bc161c7a670352222120cb104b0b280fe586fa30 (diff) | |
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>
| -rw-r--r-- | arch/powerpc/platforms/Kconfig.cputype | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/Kconfig.cputype b/arch/powerpc/platforms/Kconfig.cputype index e382cae678b8..80d934b75bbc 100644 --- a/arch/powerpc/platforms/Kconfig.cputype +++ b/arch/powerpc/platforms/Kconfig.cputype | |||
| @@ -312,7 +312,7 @@ config NR_CPUS | |||
| 312 | 312 | ||
| 313 | config NOT_COHERENT_CACHE | 313 | config NOT_COHERENT_CACHE |
| 314 | bool | 314 | bool |
| 315 | depends on 4xx || 8xx || E200 || PPC_MPC512x | 315 | depends on 4xx || 8xx || E200 || PPC_MPC512x || GAMECUBE_COMMON |
| 316 | default y | 316 | default y |
| 317 | 317 | ||
| 318 | config CHECK_CACHE_COHERENCY | 318 | config CHECK_CACHE_COHERENCY |
