Skip to content
Commit f0d318c1 authored by Gregory Nutt's avatar Gregory Nutt
Browse files

Big, very risky change: Remove all occurrences of up_maskack_irq() that...

Big, very risky change:  Remove all occurrences of up_maskack_irq() that disable and enable interrupts with up_ack_irq() that only acknowledges the interrupts.  This is only used in interrupt decoding logic.  Also remove the logic that unconditionally re-enables interrupts with the interrupt exits.  This interferes with the drivers ability to control the interrupt state.  This is a necessary, sweeping, global change and unfortunately impossible to test.
parent 08677542
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