Subject: sun-lamp CVS commits
To: None <source-changes@sun-lamp.cs.berkeley.edu>
From: The Source Master <srcmastr@NetBSD.ORG>
List: source-changes
Date: 10/26/1994 10:40:01
mycroft
Wed Oct 26 10:38:45 PDT 1994
Update of /b/source/CVS/src/sys/arch/i386/i386
In directory sun-lamp.cs.berkeley.edu:/d/users/mycroft/src/sys/arch/i386/i386

Modified Files:
	trap.c 
Log Message:
Use pcb_onfault only in the specific cases of protection, alignment, and
page faults.  For all other kernel-mode faults and traps, ignore it.  For
user-mode faults and traps, always ignore it.
Some other minor cleanup.