From: Thomas Gleixner Date: Mon, 5 Jan 2009 10:28:21 +0000 (+0100) Subject: hrtimer: simplify hotplug migration X-Git-Tag: v2.6.29-rc1~223^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=731a55ba0f17064f85903b7bf8e24849ec6cfa20;p=pandora-kernel.git 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 Signed-off-by: Peter Zijlstra Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed