From: <aot...@us...> - 2005-08-21 00:00:32
|
Update of /cvsroot/gc-linux/linux/arch/ppc/configs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30128/arch/ppc/configs Modified Files: gamecube_defconfig 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. Update defconfig accordingly. Index: gamecube_defconfig =================================================================== RCS file: /cvsroot/gc-linux/linux/arch/ppc/configs/gamecube_defconfig,v retrieving revision 1.32 retrieving revision 1.33 diff -u -d -r1.32 -r1.33 --- gamecube_defconfig 15 Aug 2005 20:35:39 -0000 1.32 +++ gamecube_defconfig 21 Aug 2005 00:00:19 -0000 1.33 @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit # Linux kernel version: 2.6.12 -# Mon Aug 15 16:26:22 2005 +# Sat Aug 20 19:41:07 2005 # CONFIG_MMU=y CONFIG_GENERIC_HARDIRQS=y @@ -78,7 +78,6 @@ CONFIG_EMBEDDEDBOOT=y # CONFIG_PM is not set CONFIG_PPC_STD_MMU=y -CONFIG_NOT_COHERENT_CACHE=y # # Platform options @@ -156,8 +155,6 @@ CONFIG_LOWMEM_SIZE=0x30000000 CONFIG_KERNEL_START=0xc0000000 CONFIG_TASK_SIZE=0x80000000 -CONFIG_CONSISTENT_START=0xff100000 -CONFIG_CONSISTENT_SIZE=0x00200000 CONFIG_BOOT_LOAD=0x00800000 # |