commit | 0e3900e6d3b04c44737ebc505604dcd8ed30e354 | [log] [tgz] |
---|---|---|
author | Rusty Russell <rusty@rustcorp.com.au> | Tue Nov 25 02:35:13 2008 +1030 |
committer | Ingo Molnar <mingo@elte.hu> | Mon Nov 24 17:52:35 2008 +0100 |
tree | 1c791c57282972db3181d4fb1e7c98c5948f96c2 | |
parent | 24600ce89a819a8f2fb4fd69fd777218a82ade20 [diff] |
sched: convert local_cpu_mask to cpumask_var_t. Impact: (future) size reduction for large NR_CPUS. Dynamically allocating cpumasks (when CONFIG_CPUMASK_OFFSTACK) saves space for small nr_cpu_ids but big CONFIG_NR_CPUS. cpumask_var_t is just a struct cpumask for !CONFIG_CPUMASK_OFFSTACK. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> Signed-off-by: Ingo Molnar <mingo@elte.hu>