From: Pete P. <pp...@us...> - 2002-02-15 19:47:31
|
Update of /cvsroot/linux-mips/linux/arch/mips/kernel In directory usw-pr-cvs1:/tmp/cvs-serv7382/arch/mips/kernel Modified Files: proc.c Log Message: * removed runtime copyright prints * Added Pb1500 support (only pcmcia not working at this time) and modified all drivers as necessary * renamed most Au1000 registers to match latest databook * better Au1000 usb hardware fixes for early silicon * updated mtd driver to support Pb1500 partitioning Index: proc.c =================================================================== RCS file: /cvsroot/linux-mips/linux/arch/mips/kernel/proc.c,v retrieving revision 1.13 retrieving revision 1.14 diff -u -d -r1.13 -r1.14 --- proc.c 4 Jan 2002 18:04:53 -0000 1.13 +++ proc.c 15 Feb 2002 19:47:27 -0000 1.14 @@ -86,8 +86,11 @@ /* * For the first processor also print the system type */ +#if 0 if (n == 0) seq_printf(m, "system type\t\t: %s\n", get_system_type()); +#endif + seq_printf(m, "processor\t\t: %ld\n", n); sprintf(fmt, "cpu model\t\t: %%s V%%d.%%d%s\n", |