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
Peter Zijlstra (1): timer: Allocate per-cpu tvec_base's statically
Viresh Kumar (2): timer: Limit the scope of __tvec_bases to init_timers_cpu() timer: Don't initialize tvec_base on hotplug
kernel/time/timer.c | 121 +++++++++++++++++++--------------------------------- 1 file changed, 45 insertions(+), 76 deletions(-)