Loading
arm64/irq: Document handling of FEAT_NMI in irqflags.h
kunpeng inclusion category: feature bugzilla: https://gitee.com/openeuler/kernel/issues/I90N2C CVE: NA Reference: https://git.kernel.org/pub/scm/linux/kernel/git/broonie/misc.git/commit/?h=arm64-nmi&id=e5f42bd64bfa99569035ee9dec71e7e8e59aa0d6 ---------------------------------------------------------------------- We have documentation at the top of irqflags.h which explains the DAIF masking. Since the additional masking with NMIs is related and also covers the IF in DAIF extend the comment to note what's going on with NMIs though none of the code in irqflags.h is updated to handle NMIs. Signed-off-by:Mark Brown <broonie@kernel.org> Signed-off-by:
Jie Liu <liujie375@h-partners.com>