diff options
| author | Mike Silbersack <silby@FreeBSD.org> | 2009-07-08 01:09:12 +0000 |
|---|---|---|
| committer | Mike Silbersack <silby@FreeBSD.org> | 2009-07-08 01:09:12 +0000 |
| commit | 347e22a68b15792fae3f9a7efa0ba04566e38915 (patch) | |
| tree | 3d818b977f236aba2d2bb3a7e89aabc5213b052d /sys/kern/subr_param.c | |
| parent | 6552698302e20ea52d7e90c17e81a987c4cef7cc (diff) | |
Notes
Diffstat (limited to 'sys/kern/subr_param.c')
| -rw-r--r-- | sys/kern/subr_param.c | 2 |
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 |
