summaryrefslogtreecommitdiffstats
path: root/sys/arm64
diff options
context:
space:
mode:
authorandrew <andrew@FreeBSD.org>2016-09-16 12:20:42 +0000
committerandrew <andrew@FreeBSD.org>2016-09-16 12:20:42 +0000
commitc298f74bb91364c58a9b65594849ef4455260015 (patch)
tree58f8d378192e219449933b32fb900c21111e36b1 /sys/arm64
parent6988d81f6c24331f68a0a14fc5182f031d62628a (diff)
downloadFreeBSD-src-c298f74bb91364c58a9b65594849ef4455260015.zip
FreeBSD-src-c298f74bb91364c58a9b65594849ef4455260015.tar.gz
MFC 303904:
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 Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'sys/arm64')
-rw-r--r--sys/arm64/arm64/pmap.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/arm64/arm64/pmap.c b/sys/arm64/arm64/pmap.c
index aa56e50..4ed131e 100644
--- a/sys/arm64/arm64/pmap.c
+++ b/sys/arm64/arm64/pmap.c
@@ -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
OpenPOWER on IntegriCloud