Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 72762
b: refs/heads/master
c: 8eb172d
h: refs/heads/master
v: v3
  • Loading branch information
Ingo Molnar committed Oct 29, 2007
1 parent a2e9aef commit ca7651f
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: fe5c7cc22897b809a2fbe05bea71963853df7f17
refs/heads/master: 8eb172d9418c9387234a2c9a344131c46b5eea5b
2 changes: 1 addition & 1 deletion trunk/kernel/sched_fair.c
Original file line number Diff line number Diff line change
Expand Up @@ -1025,7 +1025,7 @@ static void task_tick_fair(struct rq *rq, struct task_struct *curr)
}
}

#define swap(a,b) do { typeof(a) tmp = (a); (a) = (b); (b) = tmp; } while (0)
#define swap(a, b) do { typeof(a) tmp = (a); (a) = (b); (b) = tmp; } while (0)

/*
* Share the fairness runtime between parent and child, thus the
Expand Down

0 comments on commit ca7651f

Please sign in to comment.