xref: /netbsd-src/sys/arch/pmax/include/cpu.h (revision 76dfffe33547c37f8bdd446e3e4ab0f3c16cea4b)
1 /*	$NetBSD: cpu.h,v 1.15 1996/05/19 01:28:47 jonathan Exp $	*/
2 
3 #include <mips/cpu.h>
4 #include <mips/cpuregs.h> /* XXX */
5 
6 #define	CLKF_USERMODE(framep)	CLKF_USERMODE_R3K(framep)
7 #define	CLKF_BASEPRI(framep)	CLKF_BASEPRI_R3K(framep)
8 
9 
10 #ifdef _KERNEL
11 union	cpuprid cpu_id;
12 union	cpuprid fpu_id;
13 u_int	machDataCacheSize;
14 u_int	machInstCacheSize;
15 extern	struct intr_tab intr_tab[];
16 #endif
17