Subject: CVS commit: syssrc/sys/arch/sh5
To: None <source-changes@netbsd.org>
From: Steve Woodford <scw@netbsd.org>
List: source-changes
Date: 08/26/2002 13:38:54
Module Name:	syssrc
Committed By:	scw
Date:		Mon Aug 26 10:38:53 UTC 2002

Modified Files:
	syssrc/sys/arch/sh5/include: cpu.h frame.h trap.h
	syssrc/sys/arch/sh5/sh5: exception.S genassym.cf

Log Message:
Save SSR and SPC while in the critical section of an exception. The
previous behaviour of storing them with SR.BL clear was in breach
of the SH5 documentation.

Make an effort to catch PANIC traps and dump machine state to the console.


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 syssrc/sys/arch/sh5/include/cpu.h
cvs rdiff -r1.1 -r1.2 syssrc/sys/arch/sh5/include/frame.h \
    syssrc/sys/arch/sh5/include/trap.h
cvs rdiff -r1.3 -r1.4 syssrc/sys/arch/sh5/sh5/exception.S
cvs rdiff -r1.2 -r1.3 syssrc/sys/arch/sh5/sh5/genassym.cf

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