Update of /cvsroot/gc-linux/linux/arch/powerpc/platforms
In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv15088/arch/powerpc/platforms
Modified Files:
Kconfig.cputype
Log Message:
Use CONFIG_GAMECUBE_COMMON to denote common code between gamecube and wii.
Use CONFIG_GAMECUBE for the gamecube platform.
Use CONFIG_WII for the wii platform.
Index: Kconfig.cputype
===================================================================
RCS file: /cvsroot/gc-linux/linux/arch/powerpc/platforms/Kconfig.cputype,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- Kconfig.cputype 4 Mar 2008 06:20:55 -0000 1.1
+++ Kconfig.cputype 26 Mar 2008 20:02:27 -0000 1.2
@@ -226,13 +226,9 @@
default "32" if PPC64
default "4"
-# Although 750CXe (Gekko) seems to be cache coherent capable, the GAMECUBE
-# does not maintain cache coherency with respect to dma enabled devices
-# like the BBA, DI, ARAM, etc.
-# We need Y here if we want a working kernel dma api.
config NOT_COHERENT_CACHE
bool
- depends on 4xx || 8xx || E200 || GAMECUBE
+ depends on 4xx || 8xx || E200 || GAMECUBE_COMMON
default y
config CHECK_CACHE_COHERENCY
|