Commit 695893ef authored by linjunjie1's avatar linjunjie1 Committed by John Stultz
Browse files

ANDROID: Enable CONFIG_ARM64_PSEUDO_NMI



The CONFIG_ARM64_PSEUDO_NMI configuration macro needs to be enabled. Pseudo NMI has many benefits:
(1) It solves the problem of sensitive interrupts being delayed due to lock interrupts, significantly reducing the response delay of sensitive interrupts
(2) It can help locate hard lockup problems caused by interrupt masking
(3) Through IPI_CPU_STOP_NMI, it can also detect CPU stop failures caused by interrupt masking

There is no disadvantage, because if the user does not want to use the pseudo NMI function, the default setting of irqchip.gicv3_pseudo_nmi is disabled.

Bug: 439502098
Change-Id: Ib19037853a844e62cb13487656720334ed875de4
Signed-off-by: default avatarlinjunjie1 <linjunjie1@xiaomi.corp-partner.google.com>
parent 8baa5302
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment