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

17 lines
386 B
C
Raw Normal View History

/* $NetBSD: cpu.h,v 1.15 1996/05/19 01:28:47 jonathan Exp $ */
1994-10-27 00:08:38 +03:00
#include <mips/cpu.h>
#include <mips/cpuregs.h> /* XXX */
#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_id;
union cpuprid fpu_id;
u_int machDataCacheSize;
u_int machInstCacheSize;
extern struct intr_tab intr_tab[];
#endif