From: Rusty Russell Date: Mon, 24 Nov 2008 16:05:03 +0000 (+1030) Subject: sched: get rid of boutique sched.c allocations, use cpumask_var_t. X-Git-Tag: v2.6.29-rc1~538^2~52 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3404c8d97c2d3eb87b1bf4aadad957bfb5235b14;p=pandora-kernel.git 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 Signed-off-by: Mike Travis Acked-by: Ingo Molnar Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed