]> Git Repo - linux.git/commit
sched, thermal: Clean up preempt_enable_no_resched() abuse
authorPeter Zijlstra <[email protected]>
Wed, 11 Dec 2013 11:21:17 +0000 (12:21 +0100)
committerIngo Molnar <[email protected]>
Mon, 13 Jan 2014 16:39:18 +0000 (17:39 +0100)
commit130816ce4d5f69167324f7272e70aa3d641677c6
treed857856fc39e7889a7ccc77c4f2396c383b1532a
parent37089834528be3ef8cbf927e47c753b3e272a856
sched, thermal: Clean up preempt_enable_no_resched() abuse

The only valid use of preempt_enable_no_resched() is if the very next
line is schedule() or if we know preemption cannot actually be enabled
by that statement due to known more preempt_count 'refs'.

Signed-off-by: Peter Zijlstra <[email protected]>
Cc: [email protected]
Cc: Eliezer Tamir <[email protected]>
Cc: [email protected]
Cc: [email protected]
Cc: Mike Galbraith <[email protected]>
Cc: [email protected]
Cc: Arjan van de Ven <[email protected]>
Cc: [email protected]
Cc: Linus Torvalds <[email protected]>
Cc: Andrew Morton <[email protected]>
Link: http://lkml.kernel.org/n/[email protected]
Signed-off-by: Ingo Molnar <[email protected]>
drivers/thermal/intel_powerclamp.c
This page took 0.046751 seconds and 4 git commands to generate.