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/29/2005 11:25:13
Module Name:	src
Committed By:	scw
Date:		Sat Jan 29 11:25:13 UTC 2005

Modified Files:
	src/sys/arch/sh5/sh5: trap.c

Log Message:
When dealing with a pagefault, save pcb_onfault and set it to NULL until
after the pagefault has been dealt with. This ensures we DTRT if another
pagefault comes in (e.g. a NULL dereference) while dealing with the first.


To generate a diff of this commit:
cvs rdiff -r1.33 -r1.34 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.