hrtimer: simplify hotplug migration
authorThomas Gleixner <tglx@linutronix.de>
Mon, 5 Jan 2009 10:28:21 +0000 (11:28 +0100)
committerIngo Molnar <mingo@elte.hu>
Mon, 5 Jan 2009 12:14:33 +0000 (13:14 +0100)
commit731a55ba0f17064f85903b7bf8e24849ec6cfa20
treee81c1b2c486250460c8850be4da8c320d23b84ba
parentd5fd43c4ae04523e1dcd7794f9c511b289851350
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>
kernel/hrtimer.c