Subject: Fault type values for uvm_fault()
To: None <drochner@netbsd.org>
From: Jason Thorpe <thorpej@shagadelic.org>
List: tech-kern
Date: 02/22/2006 16:50:05
On Feb 22, 2006, at 2:11 PM, Matthias Drochner wrote:

>
> Module Name:	src
> Committed By:	drochner
> Date:		Wed Feb 22 22:11:44 UTC 2006
>
> Modified Files:
> 	src/sys/arch/alpha/alpha: trap.c
>
> Log Message:
> don't bother to figure out whether a page was not mapped at all or  
> mapped
> with too little permission (physically) on a fault -- uvm knows better

If we're not going to bother to pass the correct fault type values to  
uvm_fault(), then we should simply eliminate that argument to  
uvm_fault() altogether.

-- thorpej