NetBSD/sys/arch/pmax/include/cpu.h

15 lines
343 B
C
Raw Normal View History

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