From: Mike Travis Date: Sun, 4 Jan 2009 13:18:07 +0000 (-0800) Subject: cpumask: use work_on_cpu in acpi/cstate.c X-Git-Tag: v2.6.29-rc1~5^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c74f31c035f46a095a0c72f80246a65b314205a5;p=pandora-kernel.git cpumask: use work_on_cpu in acpi/cstate.c Impact: use new cpumask API to reduce stack usage Replace the saving of current->cpus_allowed and set_cpus_allowed_ptr() with a work_on_cpu function for the acpi_processor_ffh_cstate_probe() function. Basically splits acpi_processor_ffh_cstate_probe() into two functions, the other being acpi_processor_ffh_cstate_probe_cpu which is the work function run on the designated cpu. Signed-off-by: Mike Travis Acked-by: Rusty Russell Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed