ARM: entry: no need to increase preempt count for IRQ handlers
authorRussell King <rmk+kernel@arm.linux.org.uk>
Sat, 25 Jun 2011 09:57:57 +0000 (10:57 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Wed, 29 Jun 2011 09:06:37 +0000 (10:06 +0100)
commit1613cc1119ecdb1bdb950da53065e615e4c4b8db
tree71718e744e862948772d03f84f20c17284f4da73
parent198a0a927ab9c52a68297120ee6dd4e36a975b0e
ARM: entry: no need to increase preempt count for IRQ handlers

irq_enter() and irq_exit() already take care of the preempt_count
handling for interrupts, which increment and decrement the hardirq
bits of the preempt count.  So we can remove the preempt count handing
in our IRQ entry/exit assembly, like x86 did some 9 years ago.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/kernel/entry-armv.S