> Date: Mon, 2 May 2022 18:39:17 +0200
> From: Martin Pieuchot
>
> Let's simplify the existing logic and use a single list for inactive
> pages. uvmpd_scan_inactive() already does a lot of check if it finds
> a page which is swap-backed. This will be improved in a next change.
So NetBSD did th
On Mon, 02 May 2022 18:39:17 +0200, Martin Pieuchot wrote:
> Let's simplify the existing logic and use a single list for inactive
> pages. uvmpd_scan_inactive() already does a lot of check if it finds
> a page which is swap-backed. This will be improved in a next change.
That looks fine to me.
Let's simplify the existing logic and use a single list for inactive
pages. uvmpd_scan_inactive() already does a lot of check if it finds
a page which is swap-backed. This will be improved in a next change.
ok?
Index: uvm/uvm.h
===