From owner-cvs-all@FreeBSD.ORG Tue Jun 5 19:00:18 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 992C916A46F for ; Tue, 5 Jun 2007 19:00:18 +0000 (UTC) (envelope-from asmrookie@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.173]) by mx1.freebsd.org (Postfix) with ESMTP id 282FB13C4BA for ; Tue, 5 Jun 2007 19:00:17 +0000 (UTC) (envelope-from asmrookie@gmail.com) Received: by ug-out-1314.google.com with SMTP id u2so290136uge for ; Tue, 05 Jun 2007 12:00:16 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=cZ5SOhOJAQn58RKxz8oA8tWQvrz/+mN/yrqhImAxcYu3rkuuX2dmCpAYgQc93+Ib4YYqHdNGyQ7P7H/OqDhyt3Cf51SuVc1kxgCIxGSB9skVlzl4ScWFqPZyn7294qwCZJO4U8IrBF30XNTOOZx0awITtaloiLlpT+RSzRVgInY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=LwZ/AP7OgN/aSlRFrz4/wP8IpLcLhwb3DtFrdNixUbzjGly8p1u4oPBo3DUhR88j6v7ttlPtIGmAZGplbAF95nwnvNxgx9uBxp+16mCBIdKvL4xqj3YTdg+AQqCZ5SwmJcaRm9nK8BzViHXcbkVDqkX69vdf3qX1w7v4XZmpdQY= Received: by 10.78.167.12 with SMTP id p12mr2651728hue.1181070015730; Tue, 05 Jun 2007 12:00:15 -0700 (PDT) Received: by 10.78.120.9 with HTTP; Tue, 5 Jun 2007 12:00:15 -0700 (PDT) Message-ID: <3bbf2fe10706051200m361bb40vbf7a1a9202b3589a@mail.gmail.com> Date: Tue, 5 Jun 2007 21:00:15 +0200 From: "Attilio Rao" Sender: asmrookie@gmail.com To: src-committers@freebsd.org, cvs-src@freebsd.org, cvs-all@freebsd.org In-Reply-To: <200706051857.l55IvAYP094328@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200706051857.l55IvAYP094328@repoman.freebsd.org> X-Google-Sender-Auth: c5aeace07bac4e19 Cc: Subject: Re: cvs commit: 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: Tue, 05 Jun 2007 19:00:18 -0000 2007/6/5, Attilio Rao : > attilio 2007-06-05 18:57:09 UTC > > FreeBSD src repository > > Modified files: > sys/kern kern_mutex.c > Log: > Fix a problem with not-preemptive kernels caming from mis-merging of > existing code with the new thread_lock patch. > This also cleans up a bit unlock operation for mutexes. > > Approved by: jhb, jeff(mentor) I was unforgetting: Tested by: Youriy Tsibizov Attilio