Deleted Added
full compact
44c44
< * $FreeBSD: head/sys/mips/include/cpu.h 204788 2010-03-06 05:45:49Z jmallett $
---
> * $FreeBSD: head/sys/mips/include/cpu.h 206717 2010-04-17 01:17:31Z jmallett $
50d49
< #include <machine/psl.h>
336a336
> #include <machine/cpufunc.h>
345d344
< #define CLKF_BASEPRI(framep) ((framep)->cpl == 0)
353a353,357
> * A machine-independent interface to the CPU's counter.
> */
> #define get_cyclecount() mips_rd_count()
>
> /*
545,556d548
< void setsoftintr0(void);
< void clearsoftintr0(void);
< void setsoftintr1(void);
< void clearsoftintr1(void);
<
<
< u_int32_t mips_cp0_status_read(void);
< void mips_cp0_status_write(u_int32_t);
<
< int disableintr(void);
< void restoreintr(int);
< int enableintr(void);
565d556
< u_int32_t get_cyclecount(void);