Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 96041
b: refs/heads/master
c: 673a90a
h: refs/heads/master
i:
  96039: f7fcfb5
v: v3
  • Loading branch information
David Simner authored and Ingo Molnar committed May 5, 2008
1 parent bcaf97f commit 626156d
Show file tree
Hide file tree
Showing 2 changed files with 3 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: b328ca182f01c2a04b85e0ee8a410720b104fbcc
refs/heads/master: 673a90a1e05c8127886f7659d1a457169378371f
4 changes: 2 additions & 2 deletions trunk/kernel/sched.c
Original file line number Diff line number Diff line change
Expand Up @@ -4662,9 +4662,9 @@ asmlinkage void __sched schedule(void)
prev->sched_class->put_prev_task(rq, prev);
next = pick_next_task(rq, prev);

sched_info_switch(prev, next);

if (likely(prev != next)) {
sched_info_switch(prev, next);

rq->nr_switches++;
rq->curr = next;
++*switch_count;
Expand Down

0 comments on commit 626156d

Please sign in to comment.