From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tim Chen Subject: Re: [PATCH v8 6/6] MCS Lock: Allow architecture specific asm files to be used for contended case Date: Tue, 21 Jan 2014 14:25:25 -0800 Message-ID: <1390343125.3138.60.camel@schen9-DESK> References: <1390267479.3138.40.camel@schen9-DESK> <20140121102000.GT31570@twins.programming.kicks-ass.net> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Return-path: Received: from mga09.intel.com ([134.134.136.24]:14530 "EHLO mga09.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754062AbaAUW0V (ORCPT ); Tue, 21 Jan 2014 17:26:21 -0500 In-Reply-To: <20140121102000.GT31570@twins.programming.kicks-ass.net> Sender: linux-arch-owner@vger.kernel.org List-ID: To: Peter Zijlstra Cc: Ingo Molnar , Andrew Morton , Thomas Gleixner , "Paul E.McKenney" , Will Deacon , linux-kernel@vger.kernel.org, linux-mm , linux-arch@vger.kernel.org, Linus Torvalds , Waiman Long , Andrea Arcangeli , Alex Shi , Andi Kleen , Michel Lespinasse , Davidlohr Bueso , Matthew R Wilcox , Dave Hansen , Rik van Riel , Peter Hurley , Raghavendra K T , George Spelvin , "H. Peter Anvin" , Arnd Bergmann , Aswin On Tue, 2014-01-21 at 11:20 +0100, Peter Zijlstra wrote: > On Mon, Jan 20, 2014 at 05:24:39PM -0800, Tim Chen wrote: > > diff --git a/arch/alpha/include/asm/Kbuild b/arch/alpha/include/asm/Kbuild > > index f01fb50..14cbbbc 100644 > > --- a/arch/alpha/include/asm/Kbuild > > +++ b/arch/alpha/include/asm/Kbuild > > @@ -4,3 +4,4 @@ generic-y += clkdev.h > > generic-y += exec.h > > generic-y += trace_clock.h > > generic-y += preempt.h > > +generic-y += mcs_spinlock.h > > m < p > > > --- a/arch/ia64/include/asm/Kbuild > > +++ b/arch/ia64/include/asm/Kbuild > > @@ -4,4 +4,4 @@ generic-y += exec.h > > generic-y += kvm_para.h > > generic-y += trace_clock.h > > generic-y += preempt.h > > -generic-y += vtime.h > > \ No newline at end of file The no newline compliant apparently caused by existing Kbuild file. Tim > > +generic-y += vtime.hgeneric-y += mcs_spinlock.h > > EOL fail > -- > 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/ From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com ([134.134.136.24]:14530 "EHLO mga09.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754062AbaAUW0V (ORCPT ); Tue, 21 Jan 2014 17:26:21 -0500 Subject: Re: [PATCH v8 6/6] MCS Lock: Allow architecture specific asm files to be used for contended case From: Tim Chen In-Reply-To: <20140121102000.GT31570@twins.programming.kicks-ass.net> References: <1390267479.3138.40.camel@schen9-DESK> <20140121102000.GT31570@twins.programming.kicks-ass.net> Content-Type: text/plain; charset="UTF-8" Date: Tue, 21 Jan 2014 14:25:25 -0800 Message-ID: <1390343125.3138.60.camel@schen9-DESK> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-arch-owner@vger.kernel.org List-ID: To: Peter Zijlstra Cc: Ingo Molnar , Andrew Morton , Thomas Gleixner , "Paul E.McKenney" , Will Deacon , linux-kernel@vger.kernel.org, linux-mm , linux-arch@vger.kernel.org, Linus Torvalds , Waiman Long , Andrea Arcangeli , Alex Shi , Andi Kleen , Michel Lespinasse , Davidlohr Bueso , Matthew R Wilcox , Dave Hansen , Rik van Riel , Peter Hurley , Raghavendra K T , George Spelvin , "H. Peter Anvin" , Arnd Bergmann , Aswin Chandramouleeswaran , Scott J Norton , "Figo.zhang" Message-ID: <20140121222525.ksrGfZYq6hNgfxH0xP_1_ZioFVSfvXD2ThLG3TW3wZU@z> On Tue, 2014-01-21 at 11:20 +0100, Peter Zijlstra wrote: > On Mon, Jan 20, 2014 at 05:24:39PM -0800, Tim Chen wrote: > > diff --git a/arch/alpha/include/asm/Kbuild b/arch/alpha/include/asm/Kbuild > > index f01fb50..14cbbbc 100644 > > --- a/arch/alpha/include/asm/Kbuild > > +++ b/arch/alpha/include/asm/Kbuild > > @@ -4,3 +4,4 @@ generic-y += clkdev.h > > generic-y += exec.h > > generic-y += trace_clock.h > > generic-y += preempt.h > > +generic-y += mcs_spinlock.h > > m < p > > > --- a/arch/ia64/include/asm/Kbuild > > +++ b/arch/ia64/include/asm/Kbuild > > @@ -4,4 +4,4 @@ generic-y += exec.h > > generic-y += kvm_para.h > > generic-y += trace_clock.h > > generic-y += preempt.h > > -generic-y += vtime.h > > \ No newline at end of file The no newline compliant apparently caused by existing Kbuild file. Tim > > +generic-y += vtime.hgeneric-y += mcs_spinlock.h > > EOL fail > -- > 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/