Subject: CVS commit: src/sys/arch/powerpc/powerpc
To: None <source-changes@NetBSD.org>
From: Chuck Silvers <chs@netbsd.org>
List: source-changes
Date: 10/25/2003 16:31:39
Module Name:	src
Committed By:	chs
Date:		Sat Oct 25 16:31:39 UTC 2003

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

Log Message:
clear pcb_onfault before calling uvm_fault() and restore it afterward.
if the fault handler generates a pagefault, we'd like to panic rather
than invoking the onfault handler.


To generate a diff of this commit:
cvs rdiff -r1.92 -r1.93 src/sys/arch/powerpc/powerpc/trap.c

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