1
0
mirror of https://github.com/openbsd/src.git synced 2026-04-30 17:16:30 +00:00
Files
src/sys/uvm
kettenis 4ed81bdbc7 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@
2020-04-04 22:08:02 +00:00
..