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:
ea6f18e
)
sched: convert sched.c from for_each_cpu_mask to for_each_cpu.
author
Rusty Russell
<rusty@rustcorp.com.au>
Mon, 24 Nov 2008 16:05:02 +0000
(
02:35
+1030)
committer
Ingo Molnar
<mingo@elte.hu>
Mon, 24 Nov 2008 16:49:47 +0000
(17:49 +0100)
Impact: trivial API conversion
This is a simple conversion, but note that for_each_cpu() terminates
with i >= nr_cpu_ids, not i == NR_CPUS like for_each_cpu_mask() did.
I don't convert all of them: sd->span changes in a later patch, so
change those iterators there rather than here.
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