]> git.baikalelectronics.ru Git - kernel.git/commit
irq: Sanitize invoke_softirq
authorThomas Gleixner <tglx@linutronix.de>
Thu, 21 Feb 2013 17:17:42 +0000 (18:17 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Thu, 21 Feb 2013 19:52:24 +0000 (20:52 +0100)
commit62913db16434ceab2175f5ea877855ea71110c60
tree5feb802348c3fe708b9ea562e5e6b3c753ad7fe6
parente1f4793a413f79588aa84875427e62dd5c626cce
irq: Sanitize invoke_softirq

With the irq protection in irq_exit, we can remove the #ifdeffery and
the bh_disable/enable dance in invoke_softirq()

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Ingo Molnar <mingo@kernel.org>
Cc: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Cc: Linus Torvalds <torvalds@linuxfoundation.org>
Link: http://lkml.kernel.org/r/alpine.LFD.2.02.1302202155320.22263@ionos
kernel/softirq.c