mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Increase default HZ for sparc64 to 1000.
This commit is contained in:
parent
2f15864c85
commit
ea35b592d4
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue