diff options
-rw-r--r-- | kernel/sched.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/kernel/sched.c b/kernel/sched.c index 4d46e90f59c3..6b6e0d70eb30 100644 --- a/kernel/sched.c +++ b/kernel/sched.c | |||
@@ -707,12 +707,6 @@ static int recalc_task_prio(task_t *p, unsigned long long now) | |||
707 | DEF_TIMESLICE); | 707 | DEF_TIMESLICE); |
708 | } else { | 708 | } else { |
709 | /* | 709 | /* |
710 | * The lower the sleep avg a task has the more | ||
711 | * rapidly it will rise with sleep time. | ||
712 | */ | ||
713 | sleep_time *= (MAX_BONUS - CURRENT_BONUS(p)) ? : 1; | ||
714 | |||
715 | /* | ||
716 | * Tasks waking from uninterruptible sleep are | 710 | * Tasks waking from uninterruptible sleep are |
717 | * limited in their sleep_avg rise as they | 711 | * limited in their sleep_avg rise as they |
718 | * are likely to be waiting on I/O | 712 | * are likely to be waiting on I/O |