On 2023/3/3 11:11, Shaoqin Huang wrote:
Some tests still use their own code to enable/disable irq, use gic_enable/disable_irq() to clean up them. The first patch fixes a problem which will disable all irq when use gic_disable_irq(). The patch 2-3 clean up the code by using the macro.
Series, Reviewed-by: Zenghui Yu <yuzenghui@xxxxxxxxxx> and seems that gic_irq_unmask() in arm/pl031.c can also be replaced by gic_enable_irq(pl031_irq).