From: Rusty Russell Date: Fri, 16 Jan 2009 23:31:15 +0000 (-0800) Subject: work_on_cpu: don't try to get_online_cpus() in work_on_cpu. X-Git-Tag: v2.6.29-rc3~42^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=31ad9081200c06ccc350625d41d1f8b2d1cef29f;p=pandora-kernel.git work_on_cpu: don't try to get_online_cpus() in work_on_cpu. Impact: remove potential circular lock dependency with cpu hotplug lock This has caused more problems than it solved, with a pile of cpu hotplug locking issues. Followup patches will get_online_cpus() in callers that need it, but if they don't do it they're no worse than before when they were using set_cpus_allowed without locking. Signed-off-by: Rusty Russell Signed-off-by: Mike Travis Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed