diff options
author | Rusty Russell <rusty@rustcorp.com.au> | 2008-11-25 02:35:09 +1030 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-11-24 17:51:24 +0100 |
commit | 7d1e6a9b95e3edeac91888bc683ae62f18519432 (patch) | |
tree | 2459258c480790b6f12beb7db39e6f5345aa1b9c /mm/fremap.c | |
parent | c6c4927b22a3514c6660f0e72c78716226bd3cc8 (diff) |
sched: convert nohz struct 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>
Diffstat (limited to 'mm/fremap.c')
0 files changed, 0 insertions, 0 deletions