Subject: CVS commit: src/sys/arch/evbsh5/evbsh5
To: None <source-changes@netbsd.org>
From: Steve Woodford <scw@netbsd.org>
List: source-changes
Date: 01/21/2003 00:25:09
Module Name: src
Committed By: scw
Date: Mon Jan 20 22:25:09 UTC 2003
Modified Files:
src/sys/arch/evbsh5/evbsh5: locore.S
Log Message:
Arrange for non-panic debug sync/async exceptions to re-vector through the
real sync/async exception handler instead of always calling panic_trap().
Otherwise, userland BRK instructions can halt the system.
To generate a diff of this commit:
cvs rdiff -r1.11 -r1.12 src/sys/arch/evbsh5/evbsh5/locore.S
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.