Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 24922
b: refs/heads/master
c: 7c4bb1f
h: refs/heads/master
v: v3
  • Loading branch information
Con Kolivas authored and Linus Torvalds committed Mar 31, 2006
1 parent ebf0630 commit b45b18d
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: 5138930e6a69f1c7851a82d7cedaa01fad029fcf
refs/heads/master: 7c4bb1f9b3788309e1159961c606ba0bdf7ed382
3 changes: 1 addition & 2 deletions trunk/kernel/sched.c
Original file line number Diff line number Diff line change
Expand Up @@ -3023,8 +3023,7 @@ asmlinkage void __sched schedule(void)
dequeue_task(next, array);
next->prio = new_prio;
enqueue_task(next, array);
} else
requeue_task(next, array);
}
}
next->sleep_type = SLEEP_NORMAL;
switch_tasks:
Expand Down

0 comments on commit b45b18d

Please sign in to comment.