summaryrefslogtreecommitdiff
path: root/sys/arch/cats
diff options
context:
space:
mode:
authorArtur Grabowski <art@cvs.openbsd.org>2007-05-15 15:23:37 +0000
committerArtur Grabowski <art@cvs.openbsd.org>2007-05-15 15:23:37 +0000
commit91787813a837d6085f137a97a13ea2634706a87f (patch)
tree392f7d4efc7259dffec972044039b9f10b3682fa /sys/arch/cats
parent25e54d642cc3e82fba357ef0da029a8fc6cc807c (diff)
Remove the MI implementation of mutexes and remove the __HAVE_MUTEX
option. Every architecture implements mutexes now.
Diffstat (limited to 'sys/arch/cats')
-rw-r--r--sys/arch/cats/include/_types.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/cats/include/_types.h b/sys/arch/cats/include/_types.h
index fba2772bd00..80cabc3e2d5 100644
--- a/sys/arch/cats/include/_types.h
+++ b/sys/arch/cats/include/_types.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: _types.h,v 1.2 2007/05/15 05:26:44 miod Exp $ */
+/* $OpenBSD: _types.h,v 1.3 2007/05/15 15:23:35 art Exp $ */
/* public domain */
@@ -8,6 +8,5 @@
#include <arm/_types.h>
#define __HAVE_GENERIC_SOFT_INTERRUPTS
-#define __HAVE_MUTEX
#endif /* _CATS__TYPES */