Increase default HZ for sparc64 to 1000.

This commit is contained in:
marius 2005-04-16 15:07:41 +00:00
parent 254b1bf6e3
commit cee5f0f59d

View File

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