projects
/
kernel
/
kernel-generic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
596afa4
)
[PATCH] sched.c: correct comment for this_rq_lock()
author
Robert P. J. Day
<rpjday@mindspring.com>
Sun, 10 Dec 2006 10:20:00 +0000
(
02:20
-0800)
committer
Linus Torvalds
<torvalds@woody.osdl.org>
Sun, 10 Dec 2006 17:55:42 +0000
(09:55 -0800)
Acked-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Robert P. J. Day <rpjday@mindspring.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
kernel/sched.c
patch
|
blob
|
history
diff --git
a/kernel/sched.c
b/kernel/sched.c
index
f385eff
..
479199a
100644
(file)
--- a/
kernel/sched.c
+++ b/
kernel/sched.c
@@
-547,7
+547,7
@@
rq_sched_info_depart(struct rq *rq, unsigned long delta_jiffies)
#endif
/*
- *
rq_lock - lock a given
runqueue and disable interrupts.
+ *
this_rq_lock - lock this
runqueue and disable interrupts.
*/
static inline struct rq *this_rq_lock(void)
__acquires(rq->lock)