Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b91a143b authored by Albert Herranz's avatar Albert Herranz Committed by Grant Likely
Browse files

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: default avatarAlbert Herranz <albert_herranz@yahoo.es>
Signed-off-by: default avatarGrant Likely <grant.likely@secretlab.ca>
parent bc161c7a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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