From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Zijlstra Subject: Re: [PATCH -v7][RFC]: mutex: implement adaptive spinning Date: Thu, 08 Jan 2009 20:23:29 +0100 Message-ID: <1231442609.27687.1.camel@twins> References: <1231441350.14304.48.camel@think.oraclecorp.com> Mime-Version: 1.0 Content-Type: text/plain 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 To: Linus Torvalds Return-path: In-Reply-To: List-ID: 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.