1
0
Files
linux/arch
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
..
2009-01-01 10:12:26 +10:30
2009-01-01 10:12:16 +10:30
2009-01-01 10:12:17 +10:30
2009-01-03 15:37:14 +10:30
2008-12-01 19:55:24 -08:00
2009-01-03 16:16:04 +10:30
2009-01-01 10:12:18 +10:30
2008-12-12 09:46:31 +01:00