commit | 4d8bb5374924fc736ce275bfd1619b87a2106860 | [log] [tgz] |
---|---|---|
author | Mike Travis <travis@sgi.com> | Sun Jan 04 05:18:08 2009 -0800 |
committer | Ingo Molnar <mingo@elte.hu> | Tue Jan 06 09:05:37 2009 +0100 |
tree | 31c6068da861067ce17c673757e1b9f719e8ebd6 | |
parent | c74f31c035f46a095a0c72f80246a65b314205a5 [diff] |
cpumask: use cpumask_var_t in acpi-cpufreq.c Impact: cleanup, reduce stack usage, use new cpumask API. Replace the cpumask_t in struct drv_cmd with a cpumask_var_t. Remove unneeded online_policy_cpus cpumask_t in acpi_cpufreq_target. Update refs to use new cpumask API. Signed-off-by: Mike Travis <travis@sgi.com> Acked-by: Rusty Russell <rusty@rustcorp.com.au> Signed-off-by: Ingo Molnar <mingo@elte.hu>