From: Peter Zijlstra Date: Fri, 25 Jan 2008 20:08:34 +0000 (+0100) Subject: sched: fix: don't take a mutex from interrupt context X-Git-Tag: v2.6.25-rc1~1237^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5973e5b954848c63855a357ad4ff39882e3904f7;p=pandora-kernel.git sched: fix: don't take a mutex from interrupt context print_cfs_stats is callable from interrupt context (sysrq), hence it should not take mutexes. Change it to use RCU since the task group data is RCU freed anyway. Signed-off-by: Peter Zijlstra Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed