CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/05/04 04:21:15
Modified files:
sys/uvm : uvm.h uvm_swap.c uvm_swap_encrypt.c
Log message:
reduce the scope of things that include uvm_swap_encrypt.h.
uvm_meter.c needs it to route the sysctl, uvm_swap.c needs it to
use the functionality, and uvm_swap_encrypt.c needs it to for obvious
reasons. userland sysctl already includes it explicitely.
everything else doesnt and shouldnt care.
ok miod@
