From owner-cvs-src-old@FreeBSD.ORG Mon Dec 14 01:26:23 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 19EF41065695 for ; Mon, 14 Dec 2009 01:26:23 +0000 (UTC) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id ACA3A8FC08 for ; Mon, 14 Dec 2009 01:26:22 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id nBE1QMDM000901 for ; Mon, 14 Dec 2009 01:26:22 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id nBE1QMix000900 for cvs-src-old@freebsd.org; Mon, 14 Dec 2009 01:26:22 GMT (envelope-from marcel@repoman.freebsd.org) Message-Id: <200912140126.nBE1QMix000900@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to marcel@repoman.freebsd.org using -f From: Marcel Moolenaar Date: Mon, 14 Dec 2009 01:26:01 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libthr/thread thr_umtx.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Dec 2009 01:26:23 -0000 marcel 2009-12-14 01:26:01 UTC FreeBSD src repository Modified files: lib/libthr/thread thr_umtx.c Log: SVN rev 200498 on 2009-12-14 01:26:01Z by marcel Work-around a race condition on ia64 while unlocking a contested lock. The race condition is believed to be in UMTX_OP_MUTEX_WAKE. On ia64, we simply go to the kernel to unlock. The big question is why this is only a race condition on ia64... MFC after: 3 days Revision Changes Path 1.18 +3 -0 src/lib/libthr/thread/thr_umtx.c