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:
peter 2004-11-30 00:25:26 +00:00
parent 3b740d0ce9
commit 0cb38b1818

View File

@ -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