summaryrefslogtreecommitdiff
path: root/sys/arch/alpha/include
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/alpha/include
parent5382705f9a2199c8dd490a0ac41b017d64b3743f (diff)
Kill __HAVE_EVCOUNT, now that all architectures provide them.
Diffstat (limited to 'sys/arch/alpha/include')
-rw-r--r--sys/arch/alpha/include/types.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/alpha/include/types.h b/sys/arch/alpha/include/types.h
index 00f205d85c6..4d199673f2e 100644
--- a/sys/arch/alpha/include/types.h
+++ b/sys/arch/alpha/include/types.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: types.h,v 1.14 2004/11/02 21:20:58 miod Exp $ */
+/* $OpenBSD: types.h,v 1.15 2004/11/26 21:23:03 miod Exp $ */
/* $NetBSD: types.h,v 1.6 1996/12/05 00:13:47 cgd Exp $ */
/*-
@@ -73,6 +73,5 @@ typedef long register_t;
#define __BROKEN_INDIRECT_CONFIG
#define __HAVE_DEVICE_REGISTER
-#define __HAVE_EVCOUNT
#endif /* _MACHTYPES_H_ */