Update of /cvsroot/linux-mips/linux/include/asm-mips
In directory usw-pr-cvs1:/tmp/cvs-serv13268
Modified Files:
mipsregs.h
Log Message:
Synced up.
Index: mipsregs.h
===================================================================
RCS file: /cvsroot/linux-mips/linux/include/asm-mips/mipsregs.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** mipsregs.h 2001/08/16 17:24:22 1.6
--- mipsregs.h 2001/09/04 16:14:10 1.7
***************
*** 536,548 ****
#define CEB_EXL 1 /* Count events with EXL = 1, ERL = 0 */
- #ifndef _LANGUAGE_ASSEMBLY
- /*
- * Functions to access the performance counter and control registers
- */
- extern asmlinkage unsigned int read_perf_cntr(unsigned int counter);
- extern asmlinkage void write_perf_cntr(unsigned int counter, unsigned int val);
- extern asmlinkage unsigned int read_perf_cntl(unsigned int counter);
- extern asmlinkage void write_perf_cntl(unsigned int counter, unsigned int val);
- #endif
-
#endif /* _ASM_MIPSREGS_H */
--- 536,538 ----
|