Update of /cvsroot/linux-mips/linux/arch/mips/kernel
In directory usw-pr-cvs1:/tmp/cvs-serv31694/arch/mips/kernel
Modified Files:
setup.c
Log Message:
Fixed up the Pb1x00 power management.
Index: setup.c
===================================================================
RCS file: /cvsroot/linux-mips/linux/arch/mips/kernel/setup.c,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -d -r1.57 -r1.58
--- setup.c 22 Apr 2002 16:37:35 -0000 1.57
+++ setup.c 22 Apr 2002 17:45:01 -0000 1.58
@@ -156,6 +156,12 @@
cpu_wait = sr7100_wait;
printk(" errata work around.\n");
break;
+ case CPU_AU1000:
+ case CPU_AU1100:
+ case CPU_AU1500:
+ cpu_wait = au1k_wait;
+ printk(" available.\n");
+ break;
default:
printk(" unavailable.\n");
break;
|