diff options
author | Mike Travis <[email protected]> | 2009-01-04 05:18:07 -0800 |
---|---|---|
committer | Ingo Molnar <[email protected]> | 2009-01-06 09:05:34 +0100 |
commit | c74f31c035f46a095a0c72f80246a65b314205a5 (patch) | |
tree | 5c0550048a35d5e8b921fd7cd2fecb0767f2d5d8 /lib/string_helpers.c | |
parent | 835481d9bcd65720b473db6b38746a74a3964218 (diff) |
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 <[email protected]>
Acked-by: Rusty Russell <[email protected]>
Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'lib/string_helpers.c')
0 files changed, 0 insertions, 0 deletions