Increase default HZ for sparc64 to 1000.
This commit is contained in:
parent
fd6cec657b
commit
dfe8329b58
@ -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 New Issue
Block a user