Subject: CVS commit: src/sys/arch/sh5/sh5
To: None <source-changes@netbsd.org>
From: Steve Woodford <scw@netbsd.org>
List: source-changes
Date: 01/21/2003 00:32:28
Module Name: src
Committed By: scw
Date: Mon Jan 20 22:32:28 UTC 2003
Modified Files:
src/sys/arch/sh5/sh5: trap.c
Log Message:
If we don't explicitly recognise the trap type, only panic if it
came from kernel mode. Otherwise, print details of the exception
and send a SIGILL to the process.
The is necessary now that debug exceptions are handled here.
To generate a diff of this commit:
cvs rdiff -r1.17 -r1.18 src/sys/arch/sh5/sh5/trap.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.