Rusty Russell 2fdf66b491 cpumask: convert shared_cpu_map in acpi_processor* structs to cpumask_var_t
Impact: Reduce memory usage, use new API.

This is part of an effort to reduce structure sizes for machines
configured with large NR_CPUS.  cpumask_t gets replaced by
cpumask_var_t, which is either struct cpumask[1] (small NR_CPUS) or
struct cpumask * (large NR_CPUS).

(Changes to powernow-k* by <travis>.)

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Signed-off-by: Mike Travis <travis@sgi.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
2009-01-03 19:15:40 +01:00
..
2008-10-22 23:14:50 -04:00
2008-04-23 23:00:13 -04:00
2008-10-23 00:11:07 -04:00
2008-04-23 23:00:13 -04:00
2008-04-23 23:00:13 -04:00
2008-04-23 23:00:13 -04:00
2008-02-07 03:33:23 -05:00
2008-04-23 23:00:13 -04:00
2008-09-23 23:12:38 -04:00
2008-11-27 02:17:30 -05:00
2008-04-23 23:00:13 -04:00
2008-04-23 23:00:13 -04:00
2008-04-23 23:00:13 -04:00
2005-08-05 00:45:14 -04:00