diff options
-rw-r--r-- | kernel/sched.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/sched.c b/kernel/sched.c index 0a5e814cc618..fec97e4e196d 100644 --- a/kernel/sched.c +++ b/kernel/sched.c | |||
@@ -1232,7 +1232,7 @@ nextgroup: | |||
1232 | } | 1232 | } |
1233 | 1233 | ||
1234 | /* | 1234 | /* |
1235 | * find_idlest_queue - find the idlest runqueue among the cpus in group. | 1235 | * find_idlest_cpu - find the idlest cpu among the cpus in group. |
1236 | */ | 1236 | */ |
1237 | static int | 1237 | static int |
1238 | find_idlest_cpu(struct sched_group *group, struct task_struct *p, int this_cpu) | 1238 | find_idlest_cpu(struct sched_group *group, struct task_struct *p, int this_cpu) |