projects
/
GitHub
/
LineageOS
/
android_kernel_samsung_universal7580.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
89c4710
)
[PATCH] sched: fixing wrong comment for find_idlest_cpu()
author
Satoru Takeuchi
<takeuchi_satoru@jp.fujitsu.com>
Tue, 3 Oct 2006 08:14:10 +0000
(
01:14
-0700)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Tue, 3 Oct 2006 15:04:07 +0000
(08:04 -0700)
Fixing wrong comment for find_idlest_cpu().
Signed-off-by: Satoru Takeuchi <takeuchi_satoru@jp.fujitsu.com>
Acked-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
kernel/sched.c
patch
|
blob
|
blame
|
history
diff --git
a/kernel/sched.c
b/kernel/sched.c
index 0a5e814cc618231a5fd996167ac3d7b0cc10f5c9..fec97e4e196d039e3055572844bdfb4394ee6514 100644
(file)
--- a/
kernel/sched.c
+++ b/
kernel/sched.c
@@
-1232,7
+1232,7
@@
nextgroup:
}
/*
- * find_idlest_
queue - find the idlest runqueue
among the cpus in group.
+ * find_idlest_
cpu - find the idlest cpu
among the cpus in group.
*/
static int
find_idlest_cpu(struct sched_group *group, struct task_struct *p, int this_cpu)