On 2/23/24 00:32, Jinjie Ruan via wrote:
According to Arm GIC section 4.6.3 Interrupt superpriority, the interrupt
with superpriority is always IRQ, never FIQ, so the NMI exception trap entry
behave like IRQ.
Signed-off-by: Jinjie Ruan
---
v3:
- Remove the FIQ NMI handle.
---
target/arm/helpe
According to Arm GIC section 4.6.3 Interrupt superpriority, the interrupt
with superpriority is always IRQ, never FIQ, so the NMI exception trap entry
behave like IRQ.
Signed-off-by: Jinjie Ruan
---
v3:
- Remove the FIQ NMI handle.
---
target/arm/helper.c | 1 +
1 file changed, 1 insertion(+)
d