From 977663b99170667667569e24c3cc3c783721c5d2 Mon Sep 17 00:00:00 2001 From: Mark Kettenis Date: Wed, 4 Nov 2009 19:14:11 +0000 Subject: Get rid of __HAVE_GENERIC_SOFT_INTERRUPTS now that all our platforms support it. ok jsing@, miod@ --- sys/arch/i386/include/_types.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sys/arch/i386') diff --git a/sys/arch/i386/include/_types.h b/sys/arch/i386/include/_types.h index 84998e0556d..2bfdb013b50 100644 --- a/sys/arch/i386/include/_types.h +++ b/sys/arch/i386/include/_types.h @@ -1,4 +1,4 @@ -/* $OpenBSD: _types.h,v 1.9 2008/07/21 20:50:54 martynas Exp $ */ +/* $OpenBSD: _types.h,v 1.10 2009/11/04 19:14:09 kettenis Exp $ */ /*- * Copyright (c) 1990, 1993 @@ -117,7 +117,6 @@ typedef void * __wctrans_t; typedef void * __wctype_t; /* Feature test macros */ -#define __HAVE_GENERIC_SOFT_INTERRUPTS #define __HAVE_TIMECOUNTER #endif /* _I386__TYPES_H_ */ -- cgit v1.2.3