pussuw commented on PR #15878: URL: https://github.com/apache/nuttx/pull/15878#issuecomment-2674053918
This same issue is present on all risc-v targets that use PLIC, and might be a good option to merge the xxx_irq.c implementations into one and present the PLIC specific stuff on the chip level. What this patch really solves is calling irq_disable for external (PLIC) interrupts from interrupt context, that does not work on any risc-v platform right now. That said, this patch most definitely should NOT address the issue on other platforms. Maybe worth making an open bug / issue though. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org