From: Pete P. <pp...@us...> - 2002-09-26 05:39:43
|
Update of /cvsroot/linux-mips/linux/arch/mips/kernel In directory usw-pr-cvs1:/tmp/cvs-serv1799/arch/mips/kernel Modified Files: setup.c Log Message: Split up the Pb board and Au CPU dependencies properly. Index: setup.c =================================================================== RCS file: /cvsroot/linux-mips/linux/arch/mips/kernel/setup.c,v retrieving revision 1.68 retrieving revision 1.69 diff -u -d -r1.68 -r1.69 --- setup.c 25 Sep 2002 07:38:58 -0000 1.68 +++ setup.c 26 Sep 2002 05:39:39 -0000 1.69 @@ -919,24 +919,9 @@ nino_setup(); break; #endif -#ifdef CONFIG_MIPS_PB1000 - case MACH_GROUP_ALCHEMY: - au1000_setup(); - break; -#endif -#ifdef CONFIG_MIPS_PB1500 - case MACH_GROUP_ALCHEMY: - au1500_setup(); - break; -#endif -#ifdef CONFIG_MIPS_PB1100 - case MACH_GROUP_ALCHEMY: - au1100_setup(); - break; -#endif -#ifdef CONFIG_MIPS_HYD1100 +#ifdef CONFIG_CPU_AU1X00 case MACH_GROUP_ALCHEMY: - au1100_setup(); + au1x00_setup(); break; #endif #ifdef CONFIG_TOSHIBA_JMR3927 |