mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 08:13:54 -06:00
hw/intc/arm_gicv3_its: Sort ITS command list into numeric order
The list of #defines for the ITS command packet numbers is neither in alphabetical nor numeric order. Sort it into numeric order. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-id: 20220122182444.724087-8-peter.maydell@linaro.org
This commit is contained in:
parent
703090770c
commit
714d8bde04
1 changed files with 5 additions and 5 deletions
|
@ -314,16 +314,16 @@ FIELD(GITS_TYPER, CIL, 36, 1)
|
||||||
#define CMD_MASK 0xff
|
#define CMD_MASK 0xff
|
||||||
|
|
||||||
/* ITS Commands */
|
/* ITS Commands */
|
||||||
#define GITS_CMD_CLEAR 0x04
|
|
||||||
#define GITS_CMD_DISCARD 0x0F
|
|
||||||
#define GITS_CMD_INT 0x03
|
#define GITS_CMD_INT 0x03
|
||||||
#define GITS_CMD_MAPC 0x09
|
#define GITS_CMD_CLEAR 0x04
|
||||||
|
#define GITS_CMD_SYNC 0x05
|
||||||
#define GITS_CMD_MAPD 0x08
|
#define GITS_CMD_MAPD 0x08
|
||||||
#define GITS_CMD_MAPI 0x0B
|
#define GITS_CMD_MAPC 0x09
|
||||||
#define GITS_CMD_MAPTI 0x0A
|
#define GITS_CMD_MAPTI 0x0A
|
||||||
|
#define GITS_CMD_MAPI 0x0B
|
||||||
#define GITS_CMD_INV 0x0C
|
#define GITS_CMD_INV 0x0C
|
||||||
#define GITS_CMD_INVALL 0x0D
|
#define GITS_CMD_INVALL 0x0D
|
||||||
#define GITS_CMD_SYNC 0x05
|
#define GITS_CMD_DISCARD 0x0F
|
||||||
|
|
||||||
/* MAPC command fields */
|
/* MAPC command fields */
|
||||||
#define ICID_LENGTH 16
|
#define ICID_LENGTH 16
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue