Re: [PATCH 14/14] timer: don't emulate notifier call to initialize timer base

2014-03-26 Thread Srivatsa S. Bhat
On 03/26/2014 04:51 PM, Viresh Kumar wrote: > In init_timers() we need to call init_timers_cpu() for boot CPU. For this, > currently we are emulating a call to hotplug notifier. Probably this was done > initially to get rid of code redundancy. But this sequence always called a > single routine, i.e

[PATCH 14/14] timer: don't emulate notifier call to initialize timer base

2014-03-26 Thread Viresh Kumar
In init_timers() we need to call init_timers_cpu() for boot CPU. For this, currently we are emulating a call to hotplug notifier. Probably this was done initially to get rid of code redundancy. But this sequence always called a single routine, i.e. init_timers_cpu(), and so calling that routine dir