Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Chuck Silvers <chs@netbsd.org>
List: source-changes
Date: 02/05/2001 13:12:06
Module Name: syssrc
Committed By: chs
Date: Mon Feb 5 11:12:06 UTC 2001
Modified Files:
syssrc/sys/arch/i386/i386: 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.153 -r1.154 syssrc/sys/arch/i386/i386/trap.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.