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/beagle | |
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/beagle')
-rw-r--r-- | sys/arch/beagle/include/_types.h | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/sys/arch/beagle/include/_types.h b/sys/arch/beagle/include/_types.h index 85f3a260435..b3b7ac18212 100644 --- a/sys/arch/beagle/include/_types.h +++ b/sys/arch/beagle/include/_types.h @@ -1,11 +1,12 @@ -/* $OpenBSD: _types.h,v 1.1 2009/05/08 03:13:26 drahn Exp $ */ +/* $OpenBSD: _types.h,v 1.2 2009/11/04 19:14:09 kettenis Exp $ */ /* $NetBSD: types.h,v 1.4 2002/02/28 03:17:26 simonb Exp $ */ -#ifndef _ARMISH__TYPES_H_ -#define _ARMISH__TYPES_H_ +#ifndef _BEAGLE__TYPES_H_ +#define _BEAGLE__TYPES_H_ #include <arm/_types.h> -#define __HAVE_GENERIC_SOFT_INTERRUPTS + +/* Feature test macros */ #define __HAVE_TIMECOUNTER -#endif /* _ARMISH__TYPES_H_ */ +#endif /* _BEAGLE__TYPES_H_ */ |