git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
abcd083
)
sched: get rid of boutique sched.c allocations, use cpumask_var_t.
author
Rusty Russell
<rusty@rustcorp.com.au>
Mon, 24 Nov 2008 16:05:03 +0000
(
02:35
+1030)
committer
Ingo Molnar
<mingo@elte.hu>
Mon, 24 Nov 2008 16:50:04 +0000
(17:50 +0100)
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>
No differences found