diff options
| author | Bibo Mao <maobibo@loongson.cn> | 2025-05-07 10:31:35 +0800 |
|---|---|---|
| committer | Song Gao <gaosong@loongson.cn> | 2025-05-14 15:42:46 +0800 |
| commit | e95e4e818b7821a66c4346761c6f63b93177685a (patch) | |
| tree | a838f3270ce39fd8c53764d0ffc990c44e0f465b /include/hw/intc | |
| parent | 4f0f2ab5640efe7f27b193f2bf66656890d6143f (diff) | |
| download | focaccia-qemu-e95e4e818b7821a66c4346761c6f63b93177685a.tar.gz focaccia-qemu-e95e4e818b7821a66c4346761c6f63b93177685a.zip | |
hw/intc/loongarch_pch: Remove some duplicate macro
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 <maobibo@loongson.cn> Reviewed-by: Song Gao <gaosong@loongson.cn> Message-Id: <20250507023148.1877287-4-maobibo@loongson.cn> Signed-off-by: Song Gao <gaosong@loongson.cn>
Diffstat (limited to 'include/hw/intc')
| -rw-r--r-- | include/hw/intc/loongarch_pic_common.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/hw/intc/loongarch_pic_common.h b/include/hw/intc/loongarch_pic_common.h index caf712eae0..2b4b483c63 100644 --- a/include/hw/intc/loongarch_pic_common.h +++ b/include/hw/intc/loongarch_pic_common.h @@ -26,11 +26,6 @@ #define PCH_PIC_INT_STATUS 0x3a0 #define PCH_PIC_INT_POL 0x3e0 -#define STATUS_LO_START 0 -#define STATUS_HI_START 0x4 -#define POL_LO_START 0x40 -#define POL_HI_START 0x44 - #define TYPE_LOONGARCH_PIC_COMMON "loongarch_pic_common" OBJECT_DECLARE_TYPE(LoongArchPICCommonState, LoongArchPICCommonClass, LOONGARCH_PIC_COMMON) |