Re: [PATCH 6/6] arch: Remove stub cputime.h headers

2014-03-12 Thread Frederic Weisbecker
On Wed, Mar 12, 2014 at 04:26:44PM +0100, Peter Zijlstra wrote: > 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/

Re: [PATCH 6/6] arch: Remove stub cputime.h headers

2014-03-12 Thread Peter Zijlstra
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 > > > inde

Re: [PATCH 6/6] arch: Remove stub cputime.h headers

2014-03-12 Thread Frederic Weisbecker
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/a

Re: [PATCH 6/6] arch: Remove stub cputime.h headers

2014-03-12 Thread Peter Zijlstra
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 > gene

[PATCH 6/6] arch: Remove stub cputime.h headers

2014-03-11 Thread Frederic Weisbecker
Many architectures have a stub cputime.h that only include the default cputime.h Lets remove the useless headers, we only need to mention that we want the default headers on the Kbuild files. Cc: Archs Cc: Ingo Molnar Cc: Marcelo Tosatti Cc: Peter Zijlstra Cc: Thomas Gleixner Acked-by: Rik v

Re: [PATCH 6/6] arch: Remove stub cputime.h headers

2014-03-06 Thread Rik van Riel
On 03/06/2014 12:56 PM, Frederic Weisbecker wrote: Many architectures have a stub cputime.h that only include the default cputime.h Lets remove the useless headers, we only need to mention that we want the default headers on the Kbuild files. Cc: Archs Cc: Ingo Molnar Cc: Marcelo Tosatti Cc:

[PATCH 6/6] arch: Remove stub cputime.h headers

2014-03-06 Thread Frederic Weisbecker
Many architectures have a stub cputime.h that only include the default cputime.h Lets remove the useless headers, we only need to mention that we want the default headers on the Kbuild files. Cc: Archs Cc: Ingo Molnar Cc: Marcelo Tosatti Cc: Peter Zijlstra Cc: Thomas Gleixner Signed-off-by: