Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: src/sys/uvm
YAMAMOTO Takashi <yamt%netbsd.org@localhost> writes:
> Module Name: src
> Committed By: yamt
> Date: Tue Apr 11 09:28:14 UTC 2006
>
> Modified Files:
> src/sys/uvm: uvm_fault.c
>
> Log Message:
> add assertions.
+ KASSERT((curpg->flags & PG_WANTED) == 0);
+ KASSERT((curpg->flags & PG_RELEASED) == 0);
Are you sure those two are correct ? My boot stops after starting
/etc/rc.d/fixsb with the first assertion triggered.
--
Rui Paulo <rpaulo@{NetBSD{,-PT}.org,fnop.net}>
Home |
Main Index |
Thread Index |
Old Index