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

Modified Files:
	src/sys/arch/acorn26/acorn26: except.c

Log Message:
On a prefetch abort or an address exception in the kernel, drop
straight into DDB rather than calling panic().  This will allow DDB to
see what was actually going on at the time of the exception.


To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 src/sys/arch/acorn26/acorn26/except.c

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