Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 24921
b: refs/heads/master
c: 5138930
h: refs/heads/master
i:
  24919: 335c527
v: v3
  • Loading branch information
Con Kolivas authored and Linus Torvalds committed Mar 31, 2006
1 parent 30b5d87 commit ebf0630
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e72ff0bb2c163eb13014ba113701bd42dab382fe
refs/heads/master: 5138930e6a69f1c7851a82d7cedaa01fad029fcf
3 changes: 1 addition & 2 deletions trunk/kernel/sched.c
Original file line number Diff line number Diff line change
Expand Up @@ -705,8 +705,7 @@ static int recalc_task_prio(task_t *p, unsigned long long now)
* active yet prevent them suddenly becoming cpu hogs and
* starving other processes.
*/
if (p->mm && p->sleep_type != SLEEP_NONINTERACTIVE &&
sleep_time > INTERACTIVE_SLEEP(p)) {
if (p->mm && sleep_time > INTERACTIVE_SLEEP(p)) {
unsigned long ceiling;

ceiling = JIFFIES_TO_NS(MAX_SLEEP_AVG -
Expand Down

0 comments on commit ebf0630

Please sign in to comment.