diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2009-11-04 19:14:11 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2009-11-04 19:14:11 +0000 |
commit | 977663b99170667667569e24c3cc3c783721c5d2 (patch) | |
tree | 074971fd3c83c1872e970f2ad03edf724c909540 /sys/arch/zaurus | |
parent | 6c3b6a695dfbbd617cb55229859fc54028fa1dc0 (diff) |
Get rid of __HAVE_GENERIC_SOFT_INTERRUPTS now that all our platforms support it.
ok jsing@, miod@
Diffstat (limited to 'sys/arch/zaurus')
-rw-r--r-- | sys/arch/zaurus/include/_types.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/zaurus/include/_types.h b/sys/arch/zaurus/include/_types.h index 01cc1760991..34a18e47fd3 100644 --- a/sys/arch/zaurus/include/_types.h +++ b/sys/arch/zaurus/include/_types.h @@ -1,11 +1,11 @@ -/* $OpenBSD: _types.h,v 1.4 2008/01/03 17:59:32 kettenis Exp $ */ +/* $OpenBSD: _types.h,v 1.5 2009/11/04 19:14:10 kettenis Exp $ */ #ifndef _ZAURUS__TYPES_H_ #define _ZAURUS__TYPES_H_ #include <arm/_types.h> -#define __HAVE_GENERIC_SOFT_INTERRUPTS +/* Feature test macros */ #define __HAVE_TIMECOUNTER #endif |