Subject: CVS commit: src/sys/arch/arc
To: None <source-changes@NetBSD.org>
From: Izumi Tsutsui <tsutsui@netbsd.org>
List: source-changes
Date: 11/15/2005 14:03:20
Module Name:	src
Committed By:	tsutsui
Date:		Tue Nov 15 14:03:20 UTC 2005

Modified Files:
	src/sys/arch/arc/arc: arc_trap.c
	src/sys/arch/arc/include: cpu.h

Log Message:
Remove MIPS_INT_MASK_CLOCK and INT_MASK_REAL_DEV macro and
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.


To generate a diff of this commit:
cvs rdiff -r1.29 -r1.30 src/sys/arch/arc/arc/arc_trap.c
cvs rdiff -r1.20 -r1.21 src/sys/arch/arc/include/cpu.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.