diff --git a/sys/arm/include/ansi.h b/sys/arm/include/ansi.h index 5525ef7c6b3e..06916b261025 100644 --- a/sys/arm/include/ansi.h +++ b/sys/arm/include/ansi.h @@ -47,7 +47,7 @@ * to hold the required 24 hours worth of ticks if the frequency is * 1000000ul, and ``unsigned long long'' would be nonstandard). */ -#define _BSD_CLK_TCK_ 100 -#define _BSD_CLOCKS_PER_SEC_ 100 +#define _BSD_CLK_TCK_ 128 +#define _BSD_CLOCKS_PER_SEC_ 128 #endif /* !_MACHINE_ANSI_H_ */ diff --git a/sys/powerpc/include/ansi.h b/sys/powerpc/include/ansi.h index 5525ef7c6b3e..06916b261025 100644 --- a/sys/powerpc/include/ansi.h +++ b/sys/powerpc/include/ansi.h @@ -47,7 +47,7 @@ * to hold the required 24 hours worth of ticks if the frequency is * 1000000ul, and ``unsigned long long'' would be nonstandard). */ -#define _BSD_CLK_TCK_ 100 -#define _BSD_CLOCKS_PER_SEC_ 100 +#define _BSD_CLK_TCK_ 128 +#define _BSD_CLOCKS_PER_SEC_ 128 #endif /* !_MACHINE_ANSI_H_ */