From: Rusty Russell Date: Thu, 19 Mar 2009 04:52:20 +0000 (+1030) Subject: cpumask: remove cpumask allocation from idle_balance X-Git-Tag: v2.6.30-rc1~3^2~6^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=df7c8e845e8e2030e8ae947e0ace56d184d0e9a0;p=pandora-kernel.git cpumask: remove cpumask allocation from idle_balance Impact: fix circular locking Steven reports a circular locking from alloc_cpumask_var doing a wakeup. We get rid of this using the tried-and-true technique of using a per-cpu cpumask_var_t rather than doing an alloc every time. Simpler and more robust than a rare, implicit allocation within an atomic codepath. Reported-by: Steven Rostedt Signed-off-by: Rusty Russell LKML-Reference: Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed