From: Peter Zijlstra Date: Wed, 3 Feb 2010 17:08:52 +0000 (+0100) Subject: hrtimer, softirq: Fix hrtimer->softirq trampoline X-Git-Tag: v2.6.33~47^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b9c3032277f756e73f6c673419dc414155e04e46;p=pandora-kernel.git hrtimer, softirq: Fix hrtimer->softirq trampoline hrtimers callbacks are always done from hardirq context, either the jiffy tick interrupt or the hrtimer device interrupt. [ there is currently one exception that can still call a hrtimer callback from softirq, but even in that case this will still work correctly. ] Reported-by: Wei Yongjun Signed-off-by: Peter Zijlstra Cc: Yury Polyanskiy Tested-by: Wei Yongjun Acked-by: David S. Miller LKML-Reference: <1265120401.24455.306.camel@laptop> Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed