8a69f0ef96
use MIPS_INT_MASK_5 and MIPS3_HARD_INT_MASK directly. They were not used since interrupt service function was moved from MI mips/trap.c to MD part long ago.
11 lines
237 B
C
11 lines
237 B
C
/* $NetBSD: cpu.h,v 1.21 2005/11/15 14:03:20 tsutsui Exp $ */
|
|
/* $OpenBSD: cpu.h,v 1.9 1998/01/28 13:46:10 pefo Exp $ */
|
|
|
|
#ifndef _ARC_CPU_H_
|
|
#define _ARC_CPU_H_
|
|
|
|
#include <mips/cpu.h>
|
|
#include <mips/cpuregs.h>
|
|
|
|
#endif /* _ARC_CPU_H_ */
|