I don't like these macros, they obscure the code.
authortedu <tedu@openbsd.org>
Tue, 23 Dec 2014 04:47:30 +0000 (04:47 +0000)
committertedu <tedu@openbsd.org>
Tue, 23 Dec 2014 04:47:30 +0000 (04:47 +0000)
commit727700ec1fedcdcd0f7fdefe0b4c53f046b5a206
treefd33b73a1b87b2ae4acfa7f1bc2271c5cb92cd97
parent6dba9b3f7967e494035b11d4ee21f3cfb49b7648
I don't like these macros, they obscure the code.
We can use pool_setipl instead of doing the dance ourselves.
The bufpool is already setipl, we don't need to dance at all. We
should zero the buf.
ok deraadt dlg
sys/uvm/uvm_swap.c