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/conf/files | |
parent | 25e54d642cc3e82fba357ef0da029a8fc6cc807c (diff) |
Remove the MI implementation of mutexes and remove the __HAVE_MUTEX
option. Every architecture implements mutexes now.
Diffstat (limited to 'sys/conf/files')
-rw-r--r-- | sys/conf/files | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/conf/files b/sys/conf/files index 65bc2ec63c7..1047c3da5c8 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -1,4 +1,4 @@ -# $OpenBSD: files,v 1.398 2007/05/15 01:00:15 dlg Exp $ +# $OpenBSD: files,v 1.399 2007/05/15 15:23:36 art Exp $ # $NetBSD: files,v 1.87 1996/05/19 17:17:50 jonathan Exp $ # @(#)files.newconf 7.5 (Berkeley) 5/10/93 @@ -666,7 +666,6 @@ file kern/subr_disk.c file kern/subr_evcount.c file kern/subr_extent.c file kern/subr_log.c -file kern/subr_mutex.c file kern/subr_pool.c file kern/subr_prf.c file kern/subr_prof.c |