From: <aot...@us...> - 2004-11-19 01:11:10
|
Update of /cvsroot/gc-linux/linux/arch/ppc/kernel In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5582/arch/ppc/kernel Modified Files: cputable.c Log Message: Remove "Gekko" moniker and stick with "750CXe". Should make luserspace that parses /proc/cpuinfo happier (eg. dnetc) Index: cputable.c =================================================================== RCS file: /cvsroot/gc-linux/linux/arch/ppc/kernel/cputable.c,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- cputable.c 19 Oct 2004 09:46:08 -0000 1.4 +++ cputable.c 19 Nov 2004 01:10:59 -0000 1.5 @@ -174,8 +174,8 @@ 32, 32, __setup_cpu_750cx }, - { /* 750CXe (83214) */ - 0xffffffff, 0x00083214, "750CXe (Gekko)", + { /* 750CXe "Gekko" (83214) */ + 0xffffffff, 0x00083214, "750CXe", CPU_FTR_COMMON | CPU_FTR_SPLIT_ID_CACHE | CPU_FTR_MAYBE_CAN_DOZE | CPU_FTR_USE_TB | CPU_FTR_L2CR | CPU_FTR_TAU | CPU_FTR_HPTE_TABLE | CPU_FTR_MAYBE_CAN_NAP, |