Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758572AbZAJAyc (ORCPT ); Fri, 9 Jan 2009 19:54:32 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754623AbZAJAyV (ORCPT ); Fri, 9 Jan 2009 19:54:21 -0500 Received: from mail2.shareable.org ([80.68.89.115]:49045 "EHLO mail2.shareable.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754457AbZAJAyT (ORCPT ); Fri, 9 Jan 2009 19:54:19 -0500 Date: Sat, 10 Jan 2009 00:53:42 +0000 From: Jamie Lokier To: Harvey Harrison Cc: Linus Torvalds , Ingo Molnar , "H. Peter Anvin" , Andi Kleen , Chris Mason , Peter Zijlstra , Steven Rostedt , paulmck@linux.vnet.ibm.com, Gregory Haskins , Matthew Wilcox , Andrew Morton , Linux Kernel Mailing List , linux-fsdevel , linux-btrfs , Thomas Gleixner , Nick Piggin , Peter Morreale , Sven Dietrich Subject: Re: [PATCH -v7][RFC]: mutex: implement adaptive spinning Message-ID: <20090110005342.GC1972@shareable.org> References: <20090109133710.GB31845@elte.hu> <20090109204103.GA17212@elte.hu> <20090109213442.GA20051@elte.hu> <1231537320.5726.2.camel@brick> <1231538387.5825.2.camel@brick> <1231539918.5825.7.camel@brick> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1231539918.5825.7.camel@brick> User-Agent: Mutt/1.5.13 (2006-08-11) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 741 Lines: 18 Harvey Harrison wrote: > Oh yeah, and figure out what actually breaks on alpha such that they added > the following (arch/alpha/include/asm/compiler.h) > > #ifdef __KERNEL__ > /* Some idiots over in thought inline should imply > always_inline. This breaks stuff. We'll include this file whenever > we run into such problems. */ Does "always_inline" complain if the function isn't inlinable, while "inline" allows it? That would explain the alpha comment. -- Jamie -- 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/