From: Viresh Kumar Date: Tue, 31 Mar 2015 15:19:01 +0000 (+0530) Subject: timer: Don't initialize 'tvec_base' on hotplug X-Git-Tag: omap-for-v4.1/fixes-rc1~197^2~43 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8def906044c02edcedac79aa3d6310ab4d90c4d8;p=pandora-kernel.git timer: Don't initialize 'tvec_base' on hotplug There is no need to call init_timers_cpu() on every CPU hotplug event, there is not much we need to reset. - Timer-lists are already empty at the end of migrate_timers(). - timer_jiffies will be refreshed while adding a new timer, after the CPU is online again. - active_timers and all_timers can be reset from migrate_timers(). Signed-off-by: Viresh Kumar Signed-off-by: Peter Zijlstra (Intel) Cc: Thomas Gleixner Link: http://lkml.kernel.org/r/54a1c30ea7b805af55beb220cadf5a07a21b0a4d.1427814611.git.viresh.kumar@linaro.org Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed