Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1761999AbZAHTX5 (ORCPT ); Thu, 8 Jan 2009 14:23:57 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1760728AbZAHTXs (ORCPT ); Thu, 8 Jan 2009 14:23:48 -0500 Received: from casper.infradead.org ([85.118.1.10]:57685 "EHLO casper.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755675AbZAHTXq (ORCPT ); Thu, 8 Jan 2009 14:23:46 -0500 Subject: Re: [PATCH -v7][RFC]: mutex: implement adaptive spinning From: Peter Zijlstra To: Linus Torvalds Cc: Chris Mason , Steven Rostedt , Ingo Molnar , paulmck@linux.vnet.ibm.com, Gregory Haskins , Matthew Wilcox , Andi Kleen , Andrew Morton , Linux Kernel Mailing List , linux-fsdevel , linux-btrfs , Thomas Gleixner , Nick Piggin , Peter Morreale , Sven Dietrich In-Reply-To: References: <1231441350.14304.48.camel@think.oraclecorp.com> Content-Type: text/plain Content-Transfer-Encoding: 7bit Date: Thu, 08 Jan 2009 20:23:29 +0100 Message-Id: <1231442609.27687.1.camel@twins> Mime-Version: 1.0 X-Mailer: Evolution 2.24.2 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 668 Lines: 15 On Thu, 2009-01-08 at 11:13 -0800, Linus Torvalds wrote: > > Well, at least we do unless you enable that broken paravirt support. I'm > not at all clear on why CONFIG_PARAVIRT wants to use inferior locks, but I > don't much care. Because the virtual cpu that has the ticket might not get scheduled for a while, even though another vcpu with a spinner is scheduled. The whole (para)virt is a nightmare in that respect. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/