-
由 Russell King 提交于
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: NRussell King <rmk+kernel@arm.linux.org.uk>
1613cc11