From: Pete P. <pp...@us...> - 2002-04-03 00:30:23
|
Update of /cvsroot/linux-mips/linux/arch/mips/kernel In directory usw-pr-cvs1:/tmp/cvs-serv13922/arch/mips/kernel Modified Files: setup.c Log Message: Pb1100 support. Index: setup.c =================================================================== RCS file: /cvsroot/linux-mips/linux/arch/mips/kernel/setup.c,v retrieving revision 1.53 retrieving revision 1.54 diff -u -d -r1.53 -r1.54 --- setup.c 11 Mar 2002 19:36:36 -0000 1.53 +++ setup.c 2 Apr 2002 22:59:39 -0000 1.54 @@ -853,6 +853,11 @@ au1500_setup(); break; #endif +#ifdef CONFIG_MIPS_PB1100 + case MACH_GROUP_ALCHEMY: + au1100_setup(); + break; +#endif #ifdef CONFIG_TOSHIBA_JMR3927 case MACH_GROUP_TOSHIBA: jmr3927_setup(); |