summaryrefslogtreecommitdiffstats
path: root/sys/arch/sparc/include
diff options
context:
space:
mode:
authorkettenis <kettenis@openbsd.org>2009-11-04 19:14:09 +0000
committerkettenis <kettenis@openbsd.org>2009-11-04 19:14:09 +0000
commit8302c82dba603810a45a46a5f47ab1f002cba51b (patch)
tree1eac5b28b3431d2257949b1e3e046fbc8209f793 /sys/arch/sparc/include
parentregen (diff)
downloadwireguard-openbsd-8302c82dba603810a45a46a5f47ab1f002cba51b.tar.xz
wireguard-openbsd-8302c82dba603810a45a46a5f47ab1f002cba51b.zip
Get rid of __HAVE_GENERIC_SOFT_INTERRUPTS now that all our platforms support it.
ok jsing@, miod@
Diffstat (limited to 'sys/arch/sparc/include')
-rw-r--r--sys/arch/sparc/include/_types.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/arch/sparc/include/_types.h b/sys/arch/sparc/include/_types.h
index 23331af88f9..fa41d48590d 100644
--- a/sys/arch/sparc/include/_types.h
+++ b/sys/arch/sparc/include/_types.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: _types.h,v 1.10 2009/04/10 20:53:54 miod Exp $ */
+/* $OpenBSD: _types.h,v 1.11 2009/11/04 19:14:10 kettenis Exp $ */
/*-
* Copyright (c) 1990, 1993
@@ -116,7 +116,4 @@ typedef int __rune_t;
typedef void * __wctrans_t;
typedef void * __wctype_t;
-/* Feature test macros */
-#define __HAVE_GENERIC_SOFT_INTERRUPTS
-
#endif /* _SPARC__TYPES_H_ */