Subject: Re: CVS commit: src/sys/uvm
To: None <christos@zoulas.com>
From: YAMAMOTO Takashi <yamt@mwd.biglobe.ne.jp>
List: source-changes
Date: 04/13/2006 10:45:38
> So should we make the swap condition more precise?

how?

> Anyway we are going
> to die in the KASSERT(swslot) immediately if pg->uanon == NULL. Is it
> worth adding another KASSERT?

KASSERT is better than if-stmt which is always true, IMO.

YAMAMOTO Takashi