summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>2002-04-20 22:25:30 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>2002-04-20 22:25:30 +0000
commitb86d5983ecd8072990b6cc58b58cff909d789898 (patch)
treeae6a752f5cae785d5ce2b37125c1e7b3c28afb6c /sys/arch
parent64aa9fa8c9b4ca883d9c89e589305fc52bb480b6 (diff)
CLK_TCK is not needed in the modern world; from espie@
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/hppa/include/limits.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/sys/arch/hppa/include/limits.h b/sys/arch/hppa/include/limits.h
index 9785e87c5ba..e8f263ef10d 100644
--- a/sys/arch/hppa/include/limits.h
+++ b/sys/arch/hppa/include/limits.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: limits.h,v 1.4 2002/03/05 19:11:23 miod Exp $ */
+/* $OpenBSD: limits.h,v 1.5 2002/04/20 22:25:29 mickey Exp $ */
/*
* Copyright (c) 1992-1994, The University of Utah and
@@ -64,11 +64,6 @@
#define CHAR_BIT 8 /* number of bits in a char */
#define MB_LEN_MAX 6 /* Allow 31 bit UTF2 */
-
-#ifdef _KERNEL
-#define CLK_TCK 60 /* ticks per second */
-#endif
-
/*
* According to ANSI (section 2.2.4.2), the values below must be usable by
* #if preprocessing directives. Additionally, the expression must have the