Преглед изворни кода

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>
Albert Herranz пре 15 година
родитељ
комит
b91a143b10
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      arch/powerpc/platforms/Kconfig.cputype

+ 1 - 1
arch/powerpc/platforms/Kconfig.cputype

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