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:
fd5e1b5
)
sched: Hide runqueues from direct refer at source code level
author
Hitoshi Mitake
<mitake@dcl.info.waseda.ac.jp>
Wed, 17 Jun 2009 13:20:55 +0000
(22:20 +0900)
committer
Ingo Molnar
<mingo@elte.hu>
Wed, 17 Jun 2009 16:29:42 +0000
(18:29 +0200)
There are some points which refer the per-cpu value "runqueues" directly.
sched.c provides nice abstraction, such as cpu_rq() and this_rq(),
so we should use these macros when looking runqueues.
Signed-off-by: Hitoshi Mitake <mitake@dcl.info.waseda.ac.jp>
LKML-Reference: <
20090617
.222055.
374768827975756908
.mitake@dcl.info.waseda.ac.jp>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
kernel/sched_debug.c
patch
|
blob
|
history
diff --cc
kernel/sched_debug.c
Simple merge