Switch from 1024hz to 1000hz on amd64 to match i386. 1024 is a bad
choice because it is so in sync with stathz (128hz or 4096hz etc).
This commit is contained in:
parent
3b740d0ce9
commit
0cb38b1818
@ -51,9 +51,7 @@ __FBSDID("$FreeBSD$");
|
||||
*/
|
||||
|
||||
#ifndef HZ
|
||||
# if defined(__amd64__)
|
||||
# define HZ 1024
|
||||
# elif defined(__i386__) || defined(__ia64__)
|
||||
# elif defined(__amd64__) || defined(__i386__) || defined(__ia64__)
|
||||
# define HZ 1000
|
||||
# else
|
||||
# define HZ 100
|
||||
|
Loading…
x
Reference in New Issue
Block a user