Re: [PATCH v2 03/16] hw/intc/loongarch_pch: Remove some duplicate macro

2025-04-25 Thread gaosong
在 2025/3/24 下午5:37, Bibo Mao 写道: The meaning of macro definition STATUS_LO_START is simliar with PCH_PIC_INT_STATUS, only that offset is different, the same for macro POL_LO_START. Now remove these duplicated macro definitions. Signed-off-by: Bibo Mao --- hw/intc/loongarch_pch_pic.c

[PATCH v2 03/16] hw/intc/loongarch_pch: Remove some duplicate macro

2025-03-24 Thread Bibo Mao
The meaning of macro definition STATUS_LO_START is simliar with PCH_PIC_INT_STATUS, only that offset is different, the same for macro POL_LO_START. Now remove these duplicated macro definitions. Signed-off-by: Bibo Mao --- hw/intc/loongarch_pch_pic.c| 20 ++-- include