summary refs log tree commit diff stats
path: root/hw/intc/grlib_irqmp.c
diff options
context:
space:
mode:
authorRichard Henderson <richard.henderson@linaro.org>2025-09-16 07:22:05 -0700
committerPeter Maydell <peter.maydell@linaro.org>2025-09-25 15:42:34 +0100
commit8da60618b6d2ee7cdd73d58e9f0b670c021a6bd0 (patch)
treebbcb125dfdb5bbc22a0caa83fe432f767b1ed8ed /hw/intc/grlib_irqmp.c
parenta648af4885b1a344394a98cf298a9485f5232b4b (diff)
downloadfocaccia-qemu-8da60618b6d2ee7cdd73d58e9f0b670c021a6bd0.tar.gz
focaccia-qemu-8da60618b6d2ee7cdd73d58e9f0b670c021a6bd0.zip
target/arm/hvf: Reorder DEF_SYSREG arguments
The order of the parameters in the Arm ARM is

  op0, op1, crn, crm, op2

Reorder the arguments of DEF_SYSREG to match.
Mechanical change to sysreg.c.inc using

  sed 's/\([^,]*\),\([^,]*\),\([^,]*\),\([^,]*\),\([^,]*\)/\1,\4,\5,\2,\3/'

Reviewed-by: Manos Pitsidianakis <manos.pitsidianakis@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Tested-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'hw/intc/grlib_irqmp.c')
0 files changed, 0 insertions, 0 deletions