diff options
author | Viresh Kumar <viresh.kumar@linaro.org> | 2015-03-31 15:19:01 (GMT) |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2015-04-02 15:46:01 (GMT) |
commit | 8def906044c02edcedac79aa3d6310ab4d90c4d8 (patch) | |
tree | ed23b9385e720c9da9958d8b56f06b0e3d548f76 /kernel/bpf | |
parent | b337a9380f7effd60d082569dd7e0b97a7549730 (diff) | |
download | linux-8def906044c02edcedac79aa3d6310ab4d90c4d8.tar.xz |
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 <viresh.kumar@linaro.org>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Link: http://lkml.kernel.org/r/54a1c30ea7b805af55beb220cadf5a07a21b0a4d.1427814611.git.viresh.kumar@linaro.org
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'kernel/bpf')
0 files changed, 0 insertions, 0 deletions