commit | fbab1c809467efe001194ab8bb17f0f451a17f97 | [log] [tgz] |
---|---|---|
author | Russell King <rmk+kernel@arm.linux.org.uk> | Sat Jun 25 16:57:50 2011 +0100 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Wed Jun 29 10:06:37 2011 +0100 |
tree | deae1c5ef2025303ced10e951582027e1af7f7d7 | |
parent | 1613cc1119ecdb1bdb950da53065e615e4c4b8db [diff] |
ARM: entry: no need to check parent IRQ mask in IRQ handler return 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>