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:
68e7456
)
sched: convert check_preempt_equal_prio to cpumask_var_t.
author
Rusty Russell
<rusty@rustcorp.com.au>
Mon, 24 Nov 2008 16:05:13 +0000
(
02:35
+1030)
committer
Ingo Molnar
<mingo@elte.hu>
Mon, 24 Nov 2008 16:52:28 +0000
(17:52 +0100)
Impact: stack reduction for large NR_CPUS
Dynamically allocating cpumasks (when CONFIG_CPUMASK_OFFSTACK) saves
stack space.
We simply return if the allocation fails: since we don't use it we
could just pass NULL to cpupri_find and have it handle that.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
kernel/sched_rt.c
patch
|
blob
|
history
diff --cc
kernel/sched_rt.c
Simple merge