]> bbs.cooldavid.org Git - net-next-2.6.git/commit - kernel/sched.c
sched: get rid of boutique sched.c allocations, use cpumask_var_t.
authorRusty Russell <rusty@rustcorp.com.au>
Mon, 24 Nov 2008 16:05:03 +0000 (02:35 +1030)
committerIngo Molnar <mingo@elte.hu>
Mon, 24 Nov 2008 16:50:04 +0000 (17:50 +0100)
commit3404c8d97c2d3eb87b1bf4aadad957bfb5235b14
tree1ffe3b53bf7382405dc303b9d0f2721733ff2017
parentabcd083a1a658d2bc1f7fced02632bfe03918002
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>
kernel/sched.c