summaryrefslogtreecommitdiff
path: root/sys/kern
diff options
context:
space:
mode:
authorcheloha <cheloha@cvs.openbsd.org>2019-07-18 23:47:34 +0000
committercheloha <cheloha@cvs.openbsd.org>2019-07-18 23:47:34 +0000
commit6a385aadadf1329ed633f2ef7f4eedee97273970 (patch)
tree18ffaeabc23c33c75a4e2f8d9324f3824e6d159f /sys/kern
parent1e706236e351d6095f7201b6454c0aa3b0f83715 (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