Remove the VM_KMPAGESFREE sysctl. After the pmemrange
authorthib <thib@openbsd.org>
Thu, 22 Jul 2010 17:31:39 +0000 (17:31 +0000)
committerthib <thib@openbsd.org>
Thu, 22 Jul 2010 17:31:39 +0000 (17:31 +0000)
commit73eee1b812d463f59e860b423ccfec94ed9d5c2a
treee2750b7ec7279a41a51567790914441ecaee744f
parent2d79b311e4211e414e377b8641d53726e27578b9
Remove the VM_KMPAGESFREE sysctl. After the pmemrange
changes it was returing a constant 0, changing to cope
with those changes makes less sense then just removing
as it provides the user with no usefull information.

sthen@ grepped the port's tree for me and found not hits,
thanks!

OK deraadt@, matthew@
sys/uvm/uvm_km.c
sys/uvm/uvm_meter.c
sys/uvm/uvm_param.h
usr.bin/vmstat/vmstat.c