Subject: CVS commit: syssrc/sys/arch/sh5/sh5
To: None <source-changes@netbsd.org>
From: Steve Woodford <scw@netbsd.org>
List: source-changes
Date: 09/02/2002 11:41:57
Module Name:	syssrc
Committed By:	scw
Date:		Mon Sep  2 08:41:57 UTC 2002

Modified Files:
	syssrc/sys/arch/sh5/sh5: exception.S

Log Message:
In the _EXCEPTION_EXIT macro, don't use r24 until we've finished
accessing the kernel stack, since a TLB miss on the kernel stack
will result in r24 being trashed.
Also clear the ES_CRITICAL flag just before returning to the
previous context.


To generate a diff of this commit:
cvs rdiff -r1.9 -r1.10 syssrc/sys/arch/sh5/sh5/exception.S

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