summaryrefslogtreecommitdiffstats
path: root/sys/amd64/amd64/vm_machdep.c
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1998-10-31 17:21:31 +0000
committerpeter <peter@FreeBSD.org>1998-10-31 17:21:31 +0000
commite5c6a4fa5eb79d781946aee7e3ffa81cc5e38b78 (patch)
treee042f91af8681263397cb37cbe372ea389671cd8 /sys/amd64/amd64/vm_machdep.c
parent29a470890d941fb3684c87bc547351fad2ba4d44 (diff)
downloadFreeBSD-src-e5c6a4fa5eb79d781946aee7e3ffa81cc5e38b78.zip
FreeBSD-src-e5c6a4fa5eb79d781946aee7e3ffa81cc5e38b78.tar.gz
Add John Dyson's SYSCTL descriptions, and an export of more stats to
a sysctl hierarchy (vm.stats.*). SYSCTL descriptions are only present in source, they do not get compiled into the binaries taking up memory.
Diffstat (limited to 'sys/amd64/amd64/vm_machdep.c')
-rw-r--r--sys/amd64/amd64/vm_machdep.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/amd64/amd64/vm_machdep.c b/sys/amd64/amd64/vm_machdep.c
index de8b52c..18ebeb3 100644
--- a/sys/amd64/amd64/vm_machdep.c
+++ b/sys/amd64/amd64/vm_machdep.c
@@ -38,7 +38,7 @@
*
* from: @(#)vm_machdep.c 7.3 (Berkeley) 5/13/91
* Utah $Hdr: vm_machdep.c 1.16.1.1 89/06/23$
- * $Id: vm_machdep.c,v 1.111 1998/09/28 03:34:39 tegge Exp $
+ * $Id: vm_machdep.c,v 1.112 1998/10/13 08:24:33 dg Exp $
*/
#include "npx.h"
@@ -562,7 +562,8 @@ grow(p, sp)
static int cnt_prezero;
-SYSCTL_INT(_machdep, OID_AUTO, cnt_prezero, CTLFLAG_RD, &cnt_prezero, 0, "");
+SYSCTL_INT(_vm_stats_misc, OID_AUTO,
+ cnt_prezero, CTLFLAG_RD, &cnt_prezero, 0, "");
/*
* Implement the pre-zeroed page mechanism.
OpenPOWER on IntegriCloud