Subject: CVS commit: src/sys/arch/arm/arm
To: None <source-changes@NetBSD.org>
From: Ben Harris <bjh21@netbsd.org>
List: source-changes
Date: 11/29/2003 22:21:29
Module Name:	src
Committed By:	bjh21
Date:		Sat Nov 29 22:21:29 UTC 2003

Modified Files:
	src/sys/arch/arm/arm: undefined.c

Log Message:
Use kdb_trap() rather than Debugger() to deal with unhandled undefined
instructions in the kernel, so that DDB gets a useful trapframe.  Also
panic if this happens when DDB's not around.


To generate a diff of this commit:
cvs rdiff -r1.21 -r1.22 src/sys/arch/arm/arm/undefined.c

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