diff options
| author | Marius Strobl <marius@FreeBSD.org> | 2005-04-16 15:07:41 +0000 |
|---|---|---|
| committer | Marius Strobl <marius@FreeBSD.org> | 2005-04-16 15:07:41 +0000 |
| commit | ea35b592d46e1b53970e9252797310f00421bc0d (patch) | |
| tree | 5bcb3f68af268168d82d257509b39abedcb2b7aa /sys/kern/subr_param.c | |
| parent | 2f15864c858a61ba7774b72dfa994ea36dae1180 (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 b5f732965dbf..ee764072d3b8 100644 --- a/sys/kern/subr_param.c +++ b/sys/kern/subr_param.c @@ -51,7 +51,7 @@ __FBSDID("$FreeBSD$"); */ #ifndef HZ -# if defined(__amd64__) || defined(__i386__) || defined(__ia64__) +# if defined(__amd64__) || defined(__i386__) || defined(__ia64__) || defined(__sparc64__) # define HZ 1000 # else # define HZ 100 |
