From: Peter Zijlstra Date: Fri, 28 Jun 2013 09:18:53 +0000 (+0200) Subject: sched: Fix HRTICK X-Git-Tag: v3.11-rc1~7^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=971ee28cbd1ccd87b3164facd9359a534c1d2892;p=pandora-kernel.git sched: Fix HRTICK David reported that the HRTICK sched feature was borken; which was enough motivation for me to finally fix it ;-) We should not allow hrtimer code to do softirq wakeups while holding scheduler locks. The hrtimer code only needs this when we accidentally try to program an expired time. We don't much care about those anyway since we have the regular tick to fall back to. Reported-by: David Ahern Tested-by: David Ahern Signed-off-by: Peter Zijlstra Link: http://lkml.kernel.org/r/20130628091853.GE29209@dyad.programming.kicks-ass.net Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed