mirror of
https://github.com/apache/nuttx.git
synced 2026-06-05 15:58:59 +08:00
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.
This commit is contained in:
@@ -234,10 +234,6 @@ extern void up_wdtinit(void);
|
||||
|
||||
extern void up_timer_initialize(void);
|
||||
|
||||
/* Defined in up_irq.c */
|
||||
|
||||
extern void up_maskack_irq(int irq);
|
||||
|
||||
/* Defined in board/up_leds.c */
|
||||
|
||||
#ifdef CONFIG_ARCH_LEDS
|
||||
|
||||
Reference in New Issue
Block a user