On 5/13/25 10:39 AM, Philippe Mathieu-Daudé wrote:
Some files include "cpu.h", others "target/arm/cpu.h".
Unify by using the latter which is more explicit.
Suggested-by: Pierrick Bouvier <pierrick.bouv...@linaro.org>
Signed-off-by: Philippe Mathieu-Daudé <phi...@linaro.org>
---
target/arm/cpregs.h | 2 +-
target/arm/cpu-features.h | 2 +-
target/arm/tcg/translate.h | 2 +-
target/arm/arch_dump.c | 2 +-
target/arm/arm-powerctl.c | 2 +-
target/arm/arm-qmp-cmds.c | 2 +-
target/arm/cortex-regs.c | 2 +-
target/arm/cpu.c | 2 +-
target/arm/cpu64.c | 2 +-
target/arm/debug_helper.c | 2 +-
target/arm/gdbstub.c | 2 +-
target/arm/gdbstub64.c | 2 +-
target/arm/helper.c | 2 +-
target/arm/hyp_gdbstub.c | 2 +-
target/arm/kvm-stub.c | 2 +-
target/arm/kvm.c | 2 +-
target/arm/machine.c | 2 +-
target/arm/ptw.c | 2 +-
target/arm/tcg-stubs.c | 2 +-
target/arm/tcg/cpu-v7m.c | 2 +-
target/arm/tcg/cpu32.c | 2 +-
target/arm/tcg/cpu64.c | 2 +-
target/arm/tcg/helper-a64.c | 2 +-
target/arm/tcg/hflags.c | 2 +-
target/arm/tcg/iwmmxt_helper.c | 2 +-
target/arm/tcg/m_helper.c | 2 +-
target/arm/tcg/mte_helper.c | 2 +-
target/arm/tcg/mve_helper.c | 2 +-
target/arm/tcg/neon_helper.c | 2 +-
target/arm/tcg/op_helper.c | 2 +-
target/arm/tcg/pauth_helper.c | 2 +-
target/arm/tcg/psci.c | 2 +-
target/arm/tcg/sme_helper.c | 2 +-
target/arm/tcg/sve_helper.c | 2 +-
target/arm/tcg/tlb-insns.c | 2 +-
target/arm/tcg/tlb_helper.c | 2 +-
target/arm/tcg/vec_helper.c | 2 +-
target/arm/tcg/vfp_helper.c | 2 +-
target/arm/vfp_fpscr.c | 2 +-
39 files changed, 39 insertions(+), 39 deletions(-)
Reviewed-by: Pierrick Bouvier <pierrick.bouv...@linaro.org>