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:
5a16f3d
)
sched: convert sched_domain_debug to cpumask_var_t.
author
Rusty Russell
<rusty@rustcorp.com.au>
Mon, 24 Nov 2008 16:05:12 +0000
(
02:35
+1030)
committer
Ingo Molnar
<mingo@elte.hu>
Mon, 24 Nov 2008 16:52:03 +0000
(17:52 +0100)
Impact: stack usage reduction
Dynamically allocating cpumasks (when CONFIG_CPUMASK_OFFSTACK) saves
stack space. cpumask_var_t is just a struct cpumask for
!CONFIG_CPUMASK_OFFSTACK.
In this case, we always alloced, but we don't need to any more.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
kernel/sched.c
patch
|
blob
|
history
diff --cc
kernel/sched.c
Simple merge