summaryrefslogtreecommitdiff
path: root/sys/kern/subr_param.c
diff options
context:
space:
mode:
authorMike Silbersack <silby@FreeBSD.org>2009-07-08 01:09:12 +0000
committerMike Silbersack <silby@FreeBSD.org>2009-07-08 01:09:12 +0000
commit347e22a68b15792fae3f9a7efa0ba04566e38915 (patch)
tree3d818b977f236aba2d2bb3a7e89aabc5213b052d /sys/kern/subr_param.c
parent6552698302e20ea52d7e90c17e81a987c4cef7cc (diff)
Notes
Diffstat (limited to 'sys/kern/subr_param.c')
-rw-r--r--sys/kern/subr_param.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/subr_param.c b/sys/kern/subr_param.c
index ed0437f89ea7..6113b6397321 100644
--- a/sys/kern/subr_param.c
+++ b/sys/kern/subr_param.c
@@ -58,7 +58,7 @@ __FBSDID("$FreeBSD$");
# define HZ 100
# endif
# ifndef HZ_VM
-# define HZ_VM 10
+# define HZ_VM 100
# endif
#else
# ifndef HZ_VM