nuttx/arch/arm
Masayuki Ishikawa 3f461f59ba arch: cxd56xx: Fix handle_irqreq() in cxd56_cpupause.c
Summary:
- The handle_irqreq() is used for remote IRQ control.
- The logic is called via IPI (Inter-Processor Interrupt)
- And the handler should handle only one request
- However, I noticed that the handler handles up to two requests
- This commit fixes this issue

Impact:
- Affects SMP cases only

Testing:
- Tested with spresense:wifi_smp

Signed-off-by: Masayuki Ishikawa <Masayuki.Ishikawa@jp.sony.com>
2020-10-02 04:53:53 +02:00
..
include stm32f412ce fixes 2020-09-22 22:44:43 -07:00
src arch: cxd56xx: Fix handle_irqreq() in cxd56_cpupause.c 2020-10-02 04:53:53 +02:00
Kconfig nrf52: add serial termios support 2020-09-30 09:09:04 -03:00