git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7abc63b
)
sched/rt: Add schedule_preempt_disabled()
author
Thomas Gleixner
<tglx@linutronix.de>
Mon, 21 Mar 2011 11:09:35 +0000
(12:09 +0100)
committer
Ingo Molnar
<mingo@elte.hu>
Thu, 1 Mar 2012 09:28:03 +0000
(10:28 +0100)
Add helper to get rid of the ever repeating:
preempt_enable_no_resched();
schedule();
preempt_disable();
patterns.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Acked-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
Link:
http://lkml.kernel.org/n/tip-wxx7btox7coby6ifv5vzhzgp@git.kernel.org
Signed-off-by: Ingo Molnar <mingo@elte.hu>
No differences found