Home | History | Annotate | Line # | Download | only in include
cpu.h revision 1.18
      1 /*	$NetBSD: cpu.h,v 1.18 1998/03/25 08:35:39 jonathan Exp $	*/
      2 
      3 #ifndef __PMAX_CPU_H
      4 #define __PMAX_CPU_H
      5 
      6 /*
      7  * pmax uses standard mips1 convention, wiring FPU to hard interupt 5.
      8  */
      9 #include <mips/cpu.h>
     10 #include <mips/cpuregs.h> /* XXX */
     11 
     12 #define MIPS_INT_MASK_FPU	MIPS_INT_MASK_5
     13 #endif __PMAX_CPU_H
     14