Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 350132
b: refs/heads/master
c: c3c1864
h: refs/heads/master
v: v3
  • Loading branch information
Dan Carpenter authored and Ingo Molnar committed Feb 5, 2013
1 parent bbffc23 commit 86e5b68
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: e0a79f529d5ba2507486d498b25da40911d95cf6
refs/heads/master: c3c186403c6abd32e719f005f0af950155a9e54d
2 changes: 1 addition & 1 deletion trunk/kernel/sched/core.c
Original file line number Diff line number Diff line change
Expand Up @@ -4371,7 +4371,7 @@ bool __sched yield_to(struct task_struct *p, bool preempt)
struct task_struct *curr = current;
struct rq *rq, *p_rq;
unsigned long flags;
bool yielded = 0;
int yielded = 0;

local_irq_save(flags);
rq = this_rq();
Expand Down

0 comments on commit 86e5b68

Please sign in to comment.