mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Uncomment the vm.kvm_size and vm.kvm_free sysctls. These work as expected so
there is no reason to leave them commented out. Obtained from: ABT Systems Ltd MFC after: 1 month Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
4088f71f9b
commit
4cf6e978b4
1 changed files with 0 additions and 2 deletions
|
|
@ -1574,7 +1574,6 @@ pmap_release(pmap_t pmap)
|
|||
vm_page_free_zero(m);
|
||||
}
|
||||
|
||||
#if 0
|
||||
static int
|
||||
kvm_size(SYSCTL_HANDLER_ARGS)
|
||||
{
|
||||
|
|
@ -1594,7 +1593,6 @@ kvm_free(SYSCTL_HANDLER_ARGS)
|
|||
}
|
||||
SYSCTL_PROC(_vm, OID_AUTO, kvm_free, CTLTYPE_LONG|CTLFLAG_RD,
|
||||
0, 0, kvm_free, "LU", "Amount of KVM free");
|
||||
#endif /* 0 */
|
||||
|
||||
/*
|
||||
* grow the number of kernel page table entries, if needed
|
||||
|
|
|
|||
Loading…
Reference in a new issue