aboutsummaryrefslogtreecommitdiff
path: root/sys/powerpc/include
diff options
context:
space:
mode:
authorMike Barcroft <mike@FreeBSD.org>2002-08-26 03:44:11 +0000
committerMike Barcroft <mike@FreeBSD.org>2002-08-26 03:44:11 +0000
commit646d21a5a3af31494084bb32c1970e4f4c9566dc (patch)
treeead4ad5081cd3ca61eb7d36323e39cb8c82ced4b /sys/powerpc/include
parent091fe703a4b8500c428a980f23412b61936b8957 (diff)
downloadsrc-646d21a5a3af31494084bb32c1970e4f4c9566dc.tar.gz
src-646d21a5a3af31494084bb32c1970e4f4c9566dc.zip
Since arm and powerpc aren't far enough to set stathz, take a
preemptive strike and change _BSD_CLK_TCK_ and _BSD_CLOCKS_PER_SEC_ to 128. Approved by: benno
Notes
Notes: svn path=/head/; revision=102429
Diffstat (limited to 'sys/powerpc/include')
-rw-r--r--sys/powerpc/include/ansi.h4
1 files changed, 2 insertions, 2 deletions
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_ */