diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 2007-05-15 15:23:37 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 2007-05-15 15:23:37 +0000 |
commit | 91787813a837d6085f137a97a13ea2634706a87f (patch) | |
tree | 392f7d4efc7259dffec972044039b9f10b3682fa /sys/arch/alpha/include | |
parent | 25e54d642cc3e82fba357ef0da029a8fc6cc807c (diff) |
Remove the MI implementation of mutexes and remove the __HAVE_MUTEX
option. Every architecture implements mutexes now.
Diffstat (limited to 'sys/arch/alpha/include')
-rw-r--r-- | sys/arch/alpha/include/_types.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/alpha/include/_types.h b/sys/arch/alpha/include/_types.h index 2c0a9f371c0..18535caa90b 100644 --- a/sys/arch/alpha/include/_types.h +++ b/sys/arch/alpha/include/_types.h @@ -1,4 +1,4 @@ -/* $OpenBSD: _types.h,v 1.7 2007/05/15 07:13:49 deraadt Exp $ */ +/* $OpenBSD: _types.h,v 1.8 2007/05/15 15:23:35 art Exp $ */ /*- * Copyright (c) 1990, 1993 @@ -122,6 +122,5 @@ typedef void * __wctype_t; #define __HAVE_CPUINFO #define __HAVE_GENERIC_SOFT_INTERRUPTS #define __HAVE_TIMECOUNTER -#define __HAVE_MUTEX #endif /* _ALPHA__TYPES_H_ */ |