Skip to content
Commit 9dbd3d9b authored by Vineet Gupta's avatar Vineet Gupta
Browse files

ARC: [arcompact] don't check for hard isr calling local_irq_enable()



Historically this was done by ARC IDE driver, which is long gone.
IRQ core is pretty robust now and already checks if IRQs are enabled
in hard ISRs. Thus no point in checking this in arch code, for every
call of irq enabled.

Further if some driver does do that - let it bring down the system so we
notice/fix this sooner than covering up for sucker

This makes local_irq_enable() - for L1 only case atleast simple enough
so we can inline it.

Signed-off-by: default avatarVineet Gupta <vgupta@synopsys.com>
parent c7119d56
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment