Home | History | Annotate | Line # | Download | only in include
cpu.h revision 1.15
      1  1.15  jonathan /*	$NetBSD: cpu.h,v 1.15 1996/05/19 01:28:47 jonathan Exp $	*/
      2   1.8       cgd 
      3  1.14  jonathan #include <mips/cpu.h>
      4  1.15  jonathan #include <mips/cpuregs.h> /* XXX */
      5  1.13  jonathan 
      6  1.14  jonathan #define	CLKF_USERMODE(framep)	CLKF_USERMODE_R3K(framep)
      7  1.14  jonathan #define	CLKF_BASEPRI(framep)	CLKF_BASEPRI_R3K(framep)
      8   1.1   deraadt 
      9  1.15  jonathan 
     10   1.9       jtc #ifdef _KERNEL
     11  1.15  jonathan union	cpuprid cpu_id;
     12  1.15  jonathan union	cpuprid fpu_id;
     13   1.1   deraadt u_int	machDataCacheSize;
     14   1.1   deraadt u_int	machInstCacheSize;
     15   1.1   deraadt extern	struct intr_tab intr_tab[];
     16   1.1   deraadt #endif
     17