From: Pete P. <pp...@us...> - 2002-04-12 20:45:11
|
Update of /cvsroot/linux-mips/linux/arch/mips/kernel In directory usw-pr-cvs1:/tmp/cvs-serv21160/arch/mips/kernel Modified Files: proc.c Log Message: Pb1100 updated: * updated defconfig * added sound driver and mtd support * fixed proc output to print correct CPU Index: proc.c =================================================================== RCS file: /cvsroot/linux-mips/linux/arch/mips/kernel/proc.c,v retrieving revision 1.15 retrieving revision 1.16 diff -u -d -r1.15 -r1.16 --- proc.c 19 Feb 2002 18:13:00 -0000 1.15 +++ proc.c 12 Apr 2002 20:45:07 -0000 1.16 @@ -61,6 +61,7 @@ [CPU_TX3927] "TX3927", [CPU_AU1000] "Au1000", [CPU_AU1500] "Au1500", + [CPU_AU1100] "Au1100", [CPU_4KEC] "MIPS 4KEc", [CPU_4KSC] "MIPS 4KSc", [CPU_VR41XX] "NEC Vr41xx", |