ARM: entry: no need to check parent IRQ mask in IRQ handler return
authorRussell King <rmk+kernel@arm.linux.org.uk>
Sat, 25 Jun 2011 15:57:50 +0000 (16:57 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Wed, 29 Jun 2011 09:06:37 +0000 (10:06 +0100)
There's no point checking to see whether IRQs were masked in the parent
context when returning from IRQ handling - the fact that we're handling
an IRQ means that the parent context must have had IRQs unmasked.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>

No differences found