]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Make the PHOLD in linux_wait_event_common() unconditional.
authorMark Johnston <markj@FreeBSD.org>
Fri, 13 Oct 2017 19:27:33 +0000 (19:27 +0000)
committerMark Johnston <markj@FreeBSD.org>
Fri, 13 Oct 2017 19:27:33 +0000 (19:27 +0000)
commit9db0f8e76f43309abf991fee85d8fd062ba2f975
tree5b0876fcf7e1b0406ca323a6589d9020373ea0c6
parent7f22b1ffe45d214340231057fa319e13fe74b673
Make the PHOLD in linux_wait_event_common() unconditional.

After some in-progress work is committed, this would otherwise be the only
instance of #if(n)def NO_SWAPPING in the tree. Moreover, the requisite
opt_vm.h include was missing, so the PHOLD/PRELE calls were always being
compiled in anyway.

MFC after: 1 week
sys/compat/linuxkpi/common/src/linux_schedule.c