From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754956AbaCLP0y (ORCPT ); Wed, 12 Mar 2014 11:26:54 -0400 Received: from merlin.infradead.org ([205.233.59.134]:35899 "EHLO merlin.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754151AbaCLP0x (ORCPT ); Wed, 12 Mar 2014 11:26:53 -0400 Date: Wed, 12 Mar 2014 16:26:44 +0100 From: Peter Zijlstra To: Frederic Weisbecker Cc: Ingo Molnar , Thomas Gleixner , LKML , Archs , Marcelo Tosatti Subject: Re: [PATCH 6/6] arch: Remove stub cputime.h headers Message-ID: <20140312152644.GF27965@twins.programming.kicks-ass.net> References: <1394590202-772-1-git-send-email-fweisbec@gmail.com> <1394590202-772-7-git-send-email-fweisbec@gmail.com> <20140312094447.GP30956@twins.programming.kicks-ass.net> <20140312152323.GA12280@localhost.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20140312152323.GA12280@localhost.localdomain> User-Agent: Mutt/1.5.21 (2012-12-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Mar 12, 2014 at 04:23:28PM +0100, Frederic Weisbecker wrote: > On Wed, Mar 12, 2014 at 10:44:47AM +0100, Peter Zijlstra wrote: > > On Wed, Mar 12, 2014 at 03:10:02AM +0100, Frederic Weisbecker wrote: > > > diff --git a/arch/alpha/include/asm/Kbuild b/arch/alpha/include/asm/Kbuild > > > index a73a8e2..1a81a8b 100644 > > > --- a/arch/alpha/include/asm/Kbuild > > > +++ b/arch/alpha/include/asm/Kbuild > > > @@ -5,3 +5,4 @@ generic-y += exec.h > > > generic-y += trace_clock.h > > > generic-y += preempt.h > > > generic-y += hash.h > > > +generic-y += cputime.h > > > \ No newline at end of file > > > > That's a double fail there, not sorted and no EOL. > > > > Please run the script from commit: b119fa61d440f after you touch the > > asm/Kbuild files. > > I don't see why we need to sort them. But I'm running the script anyway. > Will resend, thanks. sfr gets real grumpy if we don't, at one point I gave in and wrote that script, because I sure as hell wasn't going to manually sort all those files every time I did a automated addition.