From: Ingo Molnar Date: Sun, 19 Dec 2010 22:24:27 +0000 (+0100) Subject: sched: Remove debugging check X-Git-Tag: v2.6.37-rc7~13^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=050c6c9b896625d9fa498265be17b82c5fc65257;p=pandora-kernel.git sched: Remove debugging check Linus reported that the new warning introduced by commit f26f9aff6aaf "Sched: fix skip_clock_update optimization" triggers. The need_resched flag can be set by other CPUs asynchronously so this debug check is bogus - remove it. Reported-by: Linus Torvalds Cc: Peter Zijlstra Cc: Mike Galbraith LKML-Reference: Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed