Update of /cvsroot/linux-mips/linux/include/asm-mips
In directory usw-pr-cvs1:/tmp/cvs-serv27870
Modified Files:
processor.h
Log Message:
Just to minimize the diffs.
Index: processor.h
===================================================================
RCS file: /cvsroot/linux-mips/linux/include/asm-mips/processor.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- processor.h 2001/10/25 17:17:45 1.6
+++ processor.h 2001/10/26 16:03:53 1.7
@@ -40,8 +40,8 @@
* System setup and hardware flags..
*/
extern void (*cpu_wait)(void); /* only available on R4[26]00 and R3081 */
-extern void r39xx_wait(void);
extern void r3081_wait(void);
+extern void r39xx_wait(void);
extern void r4k_wait(void);
extern char cyclecounter_available; /* only available from R4000 upwards. */
|