Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 320461
b: refs/heads/master
c: 895dd92
h: refs/heads/master
i:
  320459: 8aa8bde
v: v3
  • Loading branch information
Andrew Vagin authored and Ingo Molnar committed Jul 26, 2012
1 parent 04c8eec commit ee3f3e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 045e7e6047037d93824d265cc30c33eb631f8883
refs/heads/master: 895dd92c032e1604aa0d7afaef7716e058343b67
2 changes: 1 addition & 1 deletion trunk/kernel/sched/core.c
Original file line number Diff line number Diff line change
Expand Up @@ -1910,12 +1910,12 @@ static inline void
prepare_task_switch(struct rq *rq, struct task_struct *prev,
struct task_struct *next)
{
trace_sched_switch(prev, next);
sched_info_switch(prev, next);
perf_event_task_sched_out(prev, next);
fire_sched_out_preempt_notifiers(prev, next);
prepare_lock_switch(rq, next);
prepare_arch_switch(next);
trace_sched_switch(prev, next);
}

/**
Expand Down

0 comments on commit ee3f3e5

Please sign in to comment.