commit | 731a55ba0f17064f85903b7bf8e24849ec6cfa20 | [log] [tgz] |
---|---|---|
author | Thomas Gleixner <tglx@linutronix.de> | Mon Jan 05 11:28:21 2009 +0100 |
committer | Ingo Molnar <mingo@elte.hu> | Mon Jan 05 13:14:33 2009 +0100 |
tree | e81c1b2c486250460c8850be4da8c320d23b84ba | |
parent | d5fd43c4ae04523e1dcd7794f9c511b289851350 [diff] |
hrtimer: simplify hotplug migration Impact: cleanup No need for a smp function call, which is likely to run on the same CPU anyway. We can just call hrtimers_peek_ahead() in the interrupts disabled section of migrate_hrtimers(). Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Peter Zijlstra <peterz@infradead.org> Signed-off-by: Ingo Molnar <mingo@elte.hu>