NetBSD/sys/arch/pmax/include/cpu.h
jonathan b40a3c98f5 Use an MD name for the FPU-interrupt mask, as in PR # 4399.
mips-based Sony news wire the FPU to hard-interrupt 3, rather than 5
as recommended in Kane.
1998-03-25 08:35:39 +00:00

14 lines
306 B
C

/* $NetBSD: cpu.h,v 1.18 1998/03/25 08:35:39 jonathan Exp $ */
#ifndef __PMAX_CPU_H
#define __PMAX_CPU_H
/*
* pmax uses standard mips1 convention, wiring FPU to hard interupt 5.
*/
#include <mips/cpu.h>
#include <mips/cpuregs.h> /* XXX */
#define MIPS_INT_MASK_FPU MIPS_INT_MASK_5
#endif __PMAX_CPU_H