aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched.c
diff options
context:
space:
mode:
authorAndi Kleen <ak@suse.de>2007-10-15 17:00:18 +0200
committerIngo Molnar <mingo@elte.hu>2007-10-15 17:00:18 +0200
commit1666703af948ae87c87c2bc7121aa34271cc52ab (patch)
tree9ba5ef0344daa96bd88ddc3d6ad9d3de623c9ff5 /kernel/sched.c
parentsched: clean up is_migration_thread() (diff)
downloadlinux-dev-1666703af948ae87c87c2bc7121aa34271cc52ab.tar.xz
linux-dev-1666703af948ae87c87c2bc7121aa34271cc52ab.zip
sched: remove stale comment from sched_group_set_shares()
remove stale comment from sched_group_set_shares(). Function never returns -EINVAL. Signed-off-by: Andi Kleen <ak@suse.de> Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to '')
-rw-r--r--kernel/sched.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/kernel/sched.c b/kernel/sched.c
index 7ef66bd753e7..fc61b1fc67d5 100644
--- a/kernel/sched.c
+++ b/kernel/sched.c
@@ -6822,8 +6822,6 @@ int sched_group_set_shares(struct task_group *tg, unsigned long shares)
if (tg->shares == shares)
goto done;
- /* return -EINVAL if the new value is not sane */
-
tg->shares = shares;
for_each_possible_cpu(i)
set_se_shares(tg->se[i], shares);