Re: [PATCH 0/3] timers: Allocate per-cpu tvec_base's statically

2015-03-30 Thread Viresh Kumar
On 30 March 2015 at 15:57, Peter Zijlstra wrote: > Hmm, is your xtensa/tile compiler different from your others? But no, > I think we need to move it back to global scope. Lemme go do that. These were generated by Fenguang's build-bot. -- To unsubscribe from this list: send the line "unsubscribe

Re: [PATCH 0/3] timers: Allocate per-cpu tvec_base's statically

2015-03-30 Thread Peter Zijlstra
On Mon, Mar 30, 2015 at 03:25:36PM +0530, Viresh Kumar wrote: > On 30 March 2015 at 13:48, Peter Zijlstra wrote: > > I did the below on top; I'll sit on these patches for a wee while in the > > hope of the blackfin maintainer explaining his reasons for wrecking > > cacheline_aligned. > > Two

Re: [PATCH 0/3] timers: Allocate per-cpu tvec_base's statically

2015-03-30 Thread Viresh Kumar
On 30 March 2015 at 13:48, Peter Zijlstra wrote: > I did the below on top; I'll sit on these patches for a wee while in the > hope of the blackfin maintainer explaining his reasons for wrecking > cacheline_aligned. Two things I wanted to mention: 1.) We may need to drop the patch 2/3 as

Re: [PATCH 0/3] timers: Allocate per-cpu tvec_base's statically

2015-03-30 Thread Peter Zijlstra
On Mon, Mar 30, 2015 at 10:47:16AM +0530, Viresh Kumar wrote: > Hi Ingo/Thomas, > > Here are few cleanups around timer-core initialization. The first one is > suggested by Peter Zijlstra [1] and the other two make few more changes in > order > to simplify it. I did the below on top; I'll sit on

Re: [PATCH 0/3] timers: Allocate per-cpu tvec_base's statically

2015-03-30 Thread Viresh Kumar
On 30 March 2015 at 13:48, Peter Zijlstra pet...@infradead.org wrote: I did the below on top; I'll sit on these patches for a wee while in the hope of the blackfin maintainer explaining his reasons for wrecking cacheline_aligned. Two things I wanted to mention: 1.) We may need to drop the

Re: [PATCH 0/3] timers: Allocate per-cpu tvec_base's statically

2015-03-30 Thread Peter Zijlstra
On Mon, Mar 30, 2015 at 10:47:16AM +0530, Viresh Kumar wrote: Hi Ingo/Thomas, Here are few cleanups around timer-core initialization. The first one is suggested by Peter Zijlstra [1] and the other two make few more changes in order to simplify it. I did the below on top; I'll sit on these

Re: [PATCH 0/3] timers: Allocate per-cpu tvec_base's statically

2015-03-30 Thread Peter Zijlstra
On Mon, Mar 30, 2015 at 03:25:36PM +0530, Viresh Kumar wrote: On 30 March 2015 at 13:48, Peter Zijlstra pet...@infradead.org wrote: I did the below on top; I'll sit on these patches for a wee while in the hope of the blackfin maintainer explaining his reasons for wrecking

Re: [PATCH 0/3] timers: Allocate per-cpu tvec_base's statically

2015-03-30 Thread Viresh Kumar
On 30 March 2015 at 15:57, Peter Zijlstra pet...@infradead.org wrote: Hmm, is your xtensa/tile compiler different from your others? But no, I think we need to move it back to global scope. Lemme go do that. These were generated by Fenguang's build-bot. -- To unsubscribe from this list: send the

[PATCH 0/3] timers: Allocate per-cpu tvec_base's statically

2015-03-29 Thread Viresh Kumar
Hi Ingo/Thomas, Here are few cleanups around timer-core initialization. The first one is suggested by Peter Zijlstra [1] and the other two make few more changes in order to simplify it. Please see if they look fine. -- viresh [1] http://lkml.iu.edu/hypermail/linux/kernel/1503.3/04091.html

[PATCH 0/3] timers: Allocate per-cpu tvec_base's statically

2015-03-29 Thread Viresh Kumar
Hi Ingo/Thomas, Here are few cleanups around timer-core initialization. The first one is suggested by Peter Zijlstra [1] and the other two make few more changes in order to simplify it. Please see if they look fine. -- viresh [1] http://lkml.iu.edu/hypermail/linux/kernel/1503.3/04091.html