From 91787813a837d6085f137a97a13ea2634706a87f Mon Sep 17 00:00:00 2001 From: Artur Grabowski Date: Tue, 15 May 2007 15:23:37 +0000 Subject: Remove the MI implementation of mutexes and remove the __HAVE_MUTEX option. Every architecture implements mutexes now. --- sys/arch/hppa/include/_types.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sys/arch/hppa') diff --git a/sys/arch/hppa/include/_types.h b/sys/arch/hppa/include/_types.h index caeaae9d69f..ebe380ad296 100644 --- a/sys/arch/hppa/include/_types.h +++ b/sys/arch/hppa/include/_types.h @@ -1,4 +1,4 @@ -/* $OpenBSD: _types.h,v 1.5 2007/05/15 01:56:46 deraadt Exp $ */ +/* $OpenBSD: _types.h,v 1.6 2007/05/15 15:23:35 art Exp $ */ /*- * Copyright (c) 1990, 1993 @@ -123,7 +123,6 @@ typedef void * __wctrans_t; typedef void * __wctype_t; /* Feature test macros */ -#define __HAVE_MUTEX #define __HAVE_CPUINFO #endif /* _HPPA__TYPES_H_ */ -- cgit v1.2.3