diff options
author | cheloha <cheloha@cvs.openbsd.org> | 2019-07-18 23:47:34 +0000 |
---|---|---|
committer | cheloha <cheloha@cvs.openbsd.org> | 2019-07-18 23:47:34 +0000 |
commit | 6a385aadadf1329ed633f2ef7f4eedee97273970 (patch) | |
tree | 18ffaeabc23c33c75a4e2f8d9324f3824e6d159f /sys/kern | |
parent | 1e706236e351d6095f7201b6454c0aa3b0f83715 (diff) |
R.I.P. UVM_WAIT(). Use tsleep_nsec(9) directly.
UVM_WAIT() doesn't provide much of a useful abstraction. All callers
tsleep forever and no callers set PCATCH, so only 2 of 4 parameters are
actually used. Might as well just use tsleep_nsec(9) directly and make
the uvm code a bit less specialized.
Suggested by mpi@.
ok mpi@ visa@ millert@
Diffstat (limited to 'sys/kern')
0 files changed, 0 insertions, 0 deletions