From owner-cvs-all@FreeBSD.ORG Fri Jun 8 21:36:53 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5892716A400; Fri, 8 Jun 2007 21:36:53 +0000 (UTC) (envelope-from attilio@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 306A813C455; Fri, 8 Jun 2007 21:36:53 +0000 (UTC) (envelope-from attilio@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l58LarK7086762; Fri, 8 Jun 2007 21:36:53 GMT (envelope-from attilio@repoman.freebsd.org) Received: (from attilio@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l58LarUk086761; Fri, 8 Jun 2007 21:36:53 GMT (envelope-from attilio) Message-Id: <200706082136.l58LarUk086761@repoman.freebsd.org> From: Attilio Rao Date: Fri, 8 Jun 2007 21:36:52 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/conf NOTES options src/sys/kern kern_mutex.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Jun 2007 21:36:53 -0000 attilio 2007-06-08 21:36:52 UTC FreeBSD src repository Modified files: sys/conf NOTES options sys/kern kern_mutex.c Log: Remove the MUTEX_WAKE_ALL option and make it the default behaviour for our mutexes. Currently we alredy force MUTEX_WAKE_ALL beacause of some problems with the !MUTEX_WAKE_ALL case (unavioidable priority inversion). Revision Changes Path 1.1429 +0 -5 src/sys/conf/NOTES 1.591 +0 -1 src/sys/conf/options 1.195 +0 -37 src/sys/kern/kern_mutex.c