summaryrefslogtreecommitdiff
path: root/sys/arch/sparc
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2004-11-26 21:23:07 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2004-11-26 21:23:07 +0000
commitf9890bc6ff658fab91356e7ec4a4c2f1ca77c39a (patch)
tree621aa2268cf9e05cddd488fa2a2d425fd625739e /sys/arch/sparc
parent5382705f9a2199c8dd490a0ac41b017d64b3743f (diff)
Kill __HAVE_EVCOUNT, now that all architectures provide them.
Diffstat (limited to 'sys/arch/sparc')
-rw-r--r--sys/arch/sparc/include/types.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/sparc/include/types.h b/sys/arch/sparc/include/types.h
index 49aed91e298..4b69daefe1e 100644
--- a/sys/arch/sparc/include/types.h
+++ b/sys/arch/sparc/include/types.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: types.h,v 1.15 2004/09/29 07:35:13 miod Exp $ */
+/* $OpenBSD: types.h,v 1.16 2004/11/26 21:23:05 miod Exp $ */
/* $NetBSD: types.h,v 1.11 1996/12/10 23:19:38 pk Exp $ */
/*
@@ -77,6 +77,4 @@ typedef unsigned long long uint64_t;
typedef int32_t register_t;
-#define __HAVE_EVCOUNT
-
#endif /* _MACHTYPES_H_ */