aboutsummaryrefslogtreecommitdiff
path: root/include/linux/delay.h
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2011-11-13 17:17:09 +0100
committerSteven Rostedt <rostedt@rostedt.homelinux.com>2013-03-22 10:07:14 -0400
commit2d93e9278c2e9b30fcf36ced75ca315bf2cf5128 (patch)
treeb114f21ac530a5fac3244c5352c1870a289f09fc /include/linux/delay.h
parentf53ddfa177ee15de50e95d145c6c6f8aff2f14f3 (diff)
softirq: Check preemption after reenabling interrupts
raise_softirq_irqoff() disables interrupts and wakes the softirq daemon, but after reenabling interrupts there is no preemption check, so the execution of the softirq thread might be delayed arbitrarily. In principle we could add that check to local_irq_enable/restore, but that's overkill as the rasie_softirq_irqoff() sections are the only ones which show this behaviour. Reported-by: Carsten Emde <cbe@osadl.org> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Cc: stable-rt@vger.kernel.org
Diffstat (limited to 'include/linux/delay.h')
0 files changed, 0 insertions, 0 deletions