diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2004-11-26 21:23:07 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2004-11-26 21:23:07 +0000 |
commit | f9890bc6ff658fab91356e7ec4a4c2f1ca77c39a (patch) | |
tree | 621aa2268cf9e05cddd488fa2a2d425fd625739e /sys/arch/i386/include | |
parent | 5382705f9a2199c8dd490a0ac41b017d64b3743f (diff) |
Kill __HAVE_EVCOUNT, now that all architectures provide them.
Diffstat (limited to 'sys/arch/i386/include')
-rw-r--r-- | sys/arch/i386/include/types.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/i386/include/types.h b/sys/arch/i386/include/types.h index f280ad6a9cf..05449d122b8 100644 --- a/sys/arch/i386/include/types.h +++ b/sys/arch/i386/include/types.h @@ -1,5 +1,5 @@ /* $NetBSD: types.h,v 1.12 1995/12/24 01:08:03 mycroft Exp $ */ -/* $OpenBSD: types.h,v 1.17 2004/11/02 21:20:59 miod Exp $ */ +/* $OpenBSD: types.h,v 1.18 2004/11/26 21:23:05 miod Exp $ */ /*- * Copyright (c) 1990 The Regents of the University of California. @@ -71,7 +71,6 @@ typedef unsigned long long uint64_t; typedef int32_t register_t; -#define __HAVE_EVCOUNT #define __HAVE_CPUINFO #define __HAVE_MUTEX |