From: Peter Zijlstra Date: Wed, 22 Jul 2009 12:18:35 +0000 (+0200) Subject: softirq: introduce tasklet_hrtimer infrastructure X-Git-Tag: v2.6.31-rc4~4^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9ba5f005c994ad28e266a0cd14ef29354be382c9;p=pandora-kernel.git softirq: introduce tasklet_hrtimer infrastructure commit ca109491f (hrtimer: removing all ur callback modes) moved all hrtimer callbacks into hard interrupt context when high resolution timers are active. That breaks code which relied on the assumption that the callback happens in softirq context. Provide a generic infrastructure which combines tasklets and hrtimers together to provide an in-softirq hrtimer experience. Signed-off-by: Peter Zijlstra Cc: torvalds@linux-foundation.org Cc: kaber@trash.net Cc: David Miller LKML-Reference: <1248265724.27058.1366.camel@twins> Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed