diff options
author | 2009-01-04 05:18:07 -0800 | |
---|---|---|
committer | 2009-01-06 09:05:34 +0100 | |
commit | c74f31c035f46a095a0c72f80246a65b314205a5 (patch) | |
tree | 5c0550048a35d5e8b921fd7cd2fecb0767f2d5d8 /include/linux/interrupt.h | |
parent | cpumask: convert struct cpufreq_policy to cpumask_var_t (diff) | |
download | wireguard-linux-c74f31c035f46a095a0c72f80246a65b314205a5.tar.xz wireguard-linux-c74f31c035f46a095a0c72f80246a65b314205a5.zip |
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 <travis@sgi.com>
Acked-by: Rusty Russell <rusty@rustcorp.com.au>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'include/linux/interrupt.h')
0 files changed, 0 insertions, 0 deletions