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
@ -314,16 +314,16 @@ FIELD(GITS_TYPER, CIL, 36, 1)
|
||||
#define CMD_MASK 0xff
|
||||
|
||||
/* ITS Commands */
|
||||
#define GITS_CMD_CLEAR 0x04
|
||||
#define GITS_CMD_DISCARD 0x0F
|
||||
#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_MAPI 0x0B
|
||||
#define GITS_CMD_MAPC 0x09
|
||||
#define GITS_CMD_MAPTI 0x0A
|
||||
#define GITS_CMD_MAPI 0x0B
|
||||
#define GITS_CMD_INV 0x0C
|
||||
#define GITS_CMD_INVALL 0x0D
|
||||
#define GITS_CMD_SYNC 0x05
|
||||
#define GITS_CMD_DISCARD 0x0F
|
||||
|
||||
/* MAPC command fields */
|
||||
#define ICID_LENGTH 16
|
||||
|
Loading…
Reference in New Issue
Block a user