Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Tohru Nishimura <nisimura@netbsd.org>
List: source-changes
Date: 04/10/2000 19:30:18
Module Name:	syssrc
Committed By:	nisimura
Date:		Tue Apr 11 02:30:18 UTC 2000

Modified Files:
	syssrc/sys/arch/mips/include: cpu.h
	syssrc/sys/arch/mips/mips: locore_mips1.S locore_mips3.S trap.c
Removed Files:
	syssrc/sys/arch/mips/include: intr.h

Log Message:
Introduce cpu_intr() whose body is now provided by target ports in
their own ways.  Ugly fixup #define in machine/intr.h have gone.
mips_hardware_intr global variable patch work has gone.


To generate a diff of this commit:
cvs rdiff -r1.37 -r1.38 syssrc/sys/arch/mips/include/cpu.h
cvs rdiff -r1.2 -r0 syssrc/sys/arch/mips/include/intr.h
cvs rdiff -r1.27 -r1.28 syssrc/sys/arch/mips/mips/locore_mips1.S
cvs rdiff -r1.19 -r1.20 syssrc/sys/arch/mips/mips/locore_mips3.S
cvs rdiff -r1.124 -r1.125 syssrc/sys/arch/mips/mips/trap.c

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