summaryrefslogtreecommitdiffstats
path: root/sys/uvm/uvm_init.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/uvm/uvm_init.c')
-rw-r--r--sys/uvm/uvm_init.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/sys/uvm/uvm_init.c b/sys/uvm/uvm_init.c
index 82bbb31e780..192a781a74f 100644
--- a/sys/uvm/uvm_init.c
+++ b/sys/uvm/uvm_init.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: uvm_init.c,v 1.20 2009/03/20 15:19:04 oga Exp $ */
+/* $OpenBSD: uvm_init.c,v 1.21 2009/05/02 12:54:42 oga Exp $ */
/* $NetBSD: uvm_init.c,v 1.14 2000/06/27 17:29:23 mrg Exp $ */
/*
@@ -81,10 +81,8 @@ uvm_init(void)
}
/*
- * step 1: zero the uvm structure
+ * step 1: set up stats.
*/
-
- memset(&uvm, 0, sizeof(uvm));
averunnable.fscale = FSCALE;
/*