summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/include
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1994-02-26 00:56:02 +0000
committerache <ache@FreeBSD.org>1994-02-26 00:56:02 +0000
commitc4884d6b784d5be008cb5c1dffd6c76b27a178ec (patch)
treeb9bd69f360c1437e51eee01b9a4f0b92079645bd /sys/powerpc/include
parent70c6a315ee49d8f4758f04c910aa5ba025ddef41 (diff)
downloadFreeBSD-src-c4884d6b784d5be008cb5c1dffd6c76b27a178ec.zip
FreeBSD-src-c4884d6b784d5be008cb5c1dffd6c76b27a178ec.tar.gz
Bump CLK_TCK to more precise value (128)
If you want more precise, use directly getrusage(), because clock() emulated via it.
Diffstat (limited to 'sys/powerpc/include')
-rw-r--r--sys/powerpc/include/_limits.h4
-rw-r--r--sys/powerpc/include/limits.h4
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/powerpc/include/_limits.h b/sys/powerpc/include/_limits.h
index f757428..72baa58 100644
--- a/sys/powerpc/include/_limits.h
+++ b/sys/powerpc/include/_limits.h
@@ -31,14 +31,14 @@
* SUCH DAMAGE.
*
* from: @(#)limits.h 7.2 (Berkeley) 6/28/90
- * $Id: limits.h,v 1.3 1993/11/07 17:42:57 wollman Exp $
+ * $Id: limits.h,v 1.4 1993/12/19 05:14:46 alm Exp $
*/
#ifndef _MACHINE_LIMITS_H_
#define _MACHINE_LIMITS_H_ 1
#define CHAR_BIT 8 /* number of bits in a char */
-#define CLK_TCK 60 /* ticks per second */
+#define CLK_TCK 128 /* ticks per second */
#define MB_LEN_MAX 1 /* no multibyte characters */
#define SCHAR_MIN (-0x7f-1) /* max value for a signed char */
diff --git a/sys/powerpc/include/limits.h b/sys/powerpc/include/limits.h
index f757428..72baa58 100644
--- a/sys/powerpc/include/limits.h
+++ b/sys/powerpc/include/limits.h
@@ -31,14 +31,14 @@
* SUCH DAMAGE.
*
* from: @(#)limits.h 7.2 (Berkeley) 6/28/90
- * $Id: limits.h,v 1.3 1993/11/07 17:42:57 wollman Exp $
+ * $Id: limits.h,v 1.4 1993/12/19 05:14:46 alm Exp $
*/
#ifndef _MACHINE_LIMITS_H_
#define _MACHINE_LIMITS_H_ 1
#define CHAR_BIT 8 /* number of bits in a char */
-#define CLK_TCK 60 /* ticks per second */
+#define CLK_TCK 128 /* ticks per second */
#define MB_LEN_MAX 1 /* no multibyte characters */
#define SCHAR_MIN (-0x7f-1) /* max value for a signed char */
OpenPOWER on IntegriCloud