Subject: Re: CVS commit: src/sys/arch/alpha/alpha
To: None <he@uninett.no>
From: YAMAMOTO Takashi <yamt@mwd.biglobe.ne.jp>
List: source-changes
Date: 09/01/2005 11:27:46
> > he@NetBSD.org said:
> > > Modified Files:
> > > 	src/sys/arch/alpha/alpha: trap.c
> > > Log Message: Now that uvm_extern.h no longer includes uvm_fault.h, we
> > > need to include the latter explicitly. 
> >
> > I have the impression that the VM_FAULT_INVALID and
> > VM_FAULT_PROTECT flags are not used anywhere and
> > can be removed completely.
> 
> Well, a grep and test-compile says otherwise:

i think what he meant is that there is no point to distinguish them.

as it seems that there are some code to rely on uvm-internal decls
(eg. uvm_fault_wire), i put back uvm_fault.h for now.

YAMAMOTO Takashi