Subject: CVS commit: src/sys/arch/sgimips/sgimips
To: None <source-changes@NetBSD.org>
From: Steve Rumble <rumble@netbsd.org>
List: source-changes
Date: 04/07/2005 23:36:48
Module Name:	src
Committed By:	rumble
Date:		Thu Apr  7 23:36:48 UTC 2005

Modified Files:
	src/sys/arch/sgimips/sgimips: arcemu.c arcemu.h

Log Message:
Don't maintain an unimplemented vector for each arcbios vector.
Rather, cast our single vector. We weren't reporting which vector
when panicking, and if somebody uses a vector that isn't
implemented it should be easy enough to trap down anyways.


To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 src/sys/arch/sgimips/sgimips/arcemu.c
cvs rdiff -r1.3 -r1.4 src/sys/arch/sgimips/sgimips/arcemu.h

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