mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 09:18:00 +08:00
fbc1da98b7
Reason for use sw-interrupt as syscall interrupt: The xtensa `syscall` instruction can cause SYSCALL interrupt. But SYSCALL interrupt is same interrupt level with level-one interrupt. Nuttx swint can enter `enter_critical_section` and gerenate interrupt. Signed-off-by: zhuyanlin <zhuyanlin1@xiaomi.com>