commit | 3404c8d97c2d3eb87b1bf4aadad957bfb5235b14 | [log] [tgz] |
---|---|---|
author | Rusty Russell <rusty@rustcorp.com.au> | Tue Nov 25 02:35:03 2008 +1030 |
committer | Ingo Molnar <mingo@elte.hu> | Mon Nov 24 17:50:04 2008 +0100 |
tree | 1ffe3b53bf7382405dc303b9d0f2721733ff2017 | |
parent | abcd083a1a658d2bc1f7fced02632bfe03918002 [diff] |
sched: get rid of boutique sched.c allocations, use cpumask_var_t. Impact: use new general API Using lots of allocs rather than one big alloc is less efficient, but who cares for this setup function? Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> Signed-off-by: Mike Travis <travis@sgi.com> Acked-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Ingo Molnar <mingo@elte.hu>