From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jamie Lokier Subject: Re: [PATCH -v7][RFC]: mutex: implement adaptive spinning Date: Sat, 10 Jan 2009 00:53:42 +0000 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 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 To: Harvey Harrison Return-path: In-Reply-To: <1231539918.5825.7.camel@brick> List-ID: 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