CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/12/22 21:47:30
Modified files:
sys/uvm : uvm_swap.c
Log message:
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
