From: <aot...@us...> - 2005-08-20 23:14:54
|
Update of /cvsroot/gc-linux/linux/arch/ppc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9022/arch/ppc Modified Files: Kconfig Log Message: 750CXe is cache coherent. It's dcache supports the 3-state MEI protocol. ISTR Todd turned this on to use arch/ppc/kernel/misc.S::flush_dcache_all() for his GX stuff, but which doesn't seem to be used anywhere. Besides, it is unlikely() anyone is running an SMP setup ;) Index: Kconfig =================================================================== RCS file: /cvsroot/gc-linux/linux/arch/ppc/Kconfig,v retrieving revision 1.28 retrieving revision 1.29 diff -u -d -r1.28 -r1.29 --- Kconfig 6 Jul 2005 18:27:59 -0000 1.28 +++ Kconfig 20 Aug 2005 23:14:45 -0000 1.29 @@ -254,7 +254,7 @@ config NOT_COHERENT_CACHE bool - depends on 4xx || 8xx || GAMECUBE + depends on 4xx || 8xx default y endmenu |