1996-03-24 10:54:42 +03:00
|
|
|
/* $NetBSD: cpu.h,v 1.14 1996/03/24 07:54:44 jonathan Exp $ */
|
1994-10-27 00:08:38 +03:00
|
|
|
|
1996-03-24 10:54:42 +03:00
|
|
|
#include <mips/cpu.h>
|
1996-03-19 05:42:28 +03:00
|
|
|
|
1996-03-24 10:54:42 +03:00
|
|
|
#define CLKF_USERMODE(framep) CLKF_USERMODE_R3K(framep)
|
|
|
|
#define CLKF_BASEPRI(framep) CLKF_BASEPRI_R3K(framep)
|
1993-10-12 06:22:19 +03:00
|
|
|
|
1995-03-28 22:13:48 +04:00
|
|
|
#ifdef _KERNEL
|
1993-10-12 06:22:19 +03:00
|
|
|
union cpuprid cpu;
|
|
|
|
union cpuprid fpu;
|
|
|
|
u_int machDataCacheSize;
|
|
|
|
u_int machInstCacheSize;
|
|
|
|
extern struct intr_tab intr_tab[];
|
|
|
|
#endif
|