From: Pete P. <pp...@us...> - 2002-04-22 18:03:14
|
Update of /cvsroot/linux-mips/linux/include/asm-mips In directory usw-pr-cvs1:/tmp/cvs-serv31694/include/asm-mips Modified Files: processor.h Log Message: Fixed up the Pb1x00 power management. Index: processor.h =================================================================== RCS file: /cvsroot/linux-mips/linux/include/asm-mips/processor.h,v retrieving revision 1.12 retrieving revision 1.13 diff -u -d -r1.12 -r1.13 --- processor.h 19 Jan 2002 21:17:35 -0000 1.12 +++ processor.h 22 Apr 2002 17:45:02 -0000 1.13 @@ -44,6 +44,7 @@ extern void r39xx_wait(void); extern void r4k_wait(void); extern void sr7100_wait(void); +extern void au1k_wait(void); extern struct cpuinfo_mips cpu_data[]; extern unsigned int vced_count, vcei_count; |