CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2020/04/04 16:08:02
Modified files:
sys/uvm : uvm_pdaemon.c
Log message:
Tweak the code that wakes up uvm_pmalloc sleepers in the page daemin.
Although there are open questions about whether we should flag failures with
UVM_PMA_FAIL or not, we really should only wake up a sleeper if we unlink
the pma. For now only do that if pages were actually freed in the requested
region.
Prompted by:
CID 1453061 Logically dead code
which should be fixed by this commit.
ok (and together with) beck@