From: Pete P. <pp...@us...> - 2002-06-20 18:18:27
|
Update of /cvsroot/linux-mips/linux/arch/mips/au1000/pb1000 In directory usw-pr-cvs1:/tmp/cvs-serv26589/arch/mips/au1000/pb1000 Modified Files: setup.c Log Message: minor cleanup Index: setup.c =================================================================== RCS file: /cvsroot/linux-mips/linux/arch/mips/au1000/pb1000/setup.c,v retrieving revision 1.21 retrieving revision 1.22 diff -u -d -r1.21 -r1.22 --- setup.c 18 Jun 2002 23:07:27 -0000 1.21 +++ setup.c 20 Jun 2002 18:18:18 -0000 1.22 @@ -278,11 +278,6 @@ au_writel(0, UART3_ADDR + UART_CLK); #ifdef CONFIG_BLK_DEV_IDE - if (0) - { - argptr = prom_getcmdline(); - strcat(argptr, " ide0=noprobe"); - } ide_ops = &std_ide_ops; #endif |