commit | 1613cc1119ecdb1bdb950da53065e615e4c4b8db | [log] [tgz] |
---|---|---|
author | Russell King <rmk+kernel@arm.linux.org.uk> | Sat Jun 25 10:57:57 2011 +0100 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Wed Jun 29 10:06:37 2011 +0100 |
tree | 71718e744e862948772d03f84f20c17284f4da73 | |
parent | 198a0a927ab9c52a68297120ee6dd4e36a975b0e [diff] |
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>