svn commit: r305881 - stable/11/sys/arm64/arm64
Andrew Turner
andrew at FreeBSD.org
Fri Sep 16 12:20:43 UTC 2016
Author: andrew
Date: Fri Sep 16 12:20:42 2016
New Revision: 305881
URL: https://svnweb.freebsd.org/changeset/base/305881
Log:
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
Modified:
stable/11/sys/arm64/arm64/pmap.c
Directory Properties:
stable/11/ (props changed)
Modified: stable/11/sys/arm64/arm64/pmap.c
==============================================================================
--- stable/11/sys/arm64/arm64/pmap.c Fri Sep 16 12:18:22 2016 (r305880)
+++ stable/11/sys/arm64/arm64/pmap.c Fri Sep 16 12:20:42 2016 (r305881)
@@ -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
More information about the svn-src-stable-11
mailing list