aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64
diff options
context:
space:
mode:
authorDoug Rabson <dfr@FreeBSD.org>1999-02-16 10:49:55 +0000
committerDoug Rabson <dfr@FreeBSD.org>1999-02-16 10:49:55 +0000
commitce02431ffafa566f9c73b08cd91a3f5b12ff443e (patch)
tree89ce394b74486e2406d5e017bd9e369a6dcbc81b /sys/amd64
parentd207e2138aa6df3717005151a3c333a96cf7aa4c (diff)
Notes
Diffstat (limited to 'sys/amd64')
-rw-r--r--sys/amd64/amd64/vm_machdep.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/amd64/amd64/vm_machdep.c b/sys/amd64/amd64/vm_machdep.c
index 5ea99bfae6295..a7a0b0089e251 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.117 1999/02/08 00:37:35 dillon Exp $
+ * $Id: vm_machdep.c,v 1.118 1999/02/08 02:42:12 dillon Exp $
*/
#include "npx.h"
@@ -576,6 +576,7 @@ grow_stack(p, sp)
}
#endif
+SYSCTL_DECL(_vm_stats_misc);
static int cnt_prezero;