diff options
| author | Rusty Russell <[email protected]> | 2008-11-25 02:35:13 +1030 |
|---|---|---|
| committer | Ingo Molnar <[email protected]> | 2008-11-24 17:52:35 +0100 |
| commit | 0e3900e6d3b04c44737ebc505604dcd8ed30e354 (patch) | |
| tree | 1c791c57282972db3181d4fb1e7c98c5948f96c2 /scripts/objdiff | |
| 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 <[email protected]>
Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'scripts/objdiff')
0 files changed, 0 insertions, 0 deletions