From e5c6a4fa5eb79d781946aee7e3ffa81cc5e38b78 Mon Sep 17 00:00:00 2001 From: peter Date: Sat, 31 Oct 1998 17:21:31 +0000 Subject: 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. --- sys/amd64/amd64/vm_machdep.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'sys/amd64/amd64/vm_machdep.c') 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. -- cgit v1.1