]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/arm: Move arm_cpu_data_is_big_endian() etc to internals.h
authorPeter Maydell <peter.maydell@linaro.org>
Wed, 12 Mar 2025 13:25:06 +0000 (13:25 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 14 Mar 2025 10:49:20 +0000 (10:49 +0000)
commitfefc1220ad68d816627aebc393cbf2cb34ff6924
treec5a3e3f94d007ab68f4b2f9c957ceb7f2afe415a
parent63d8b11d0aeb84ba53510cdf66612940a372451f
target/arm: Move arm_cpu_data_is_big_endian() etc to internals.h

The arm_cpu_data_is_big_endian() and related functions are now used
only in target/arm; they can be moved to internals.h.

The motivation here is that we would like to move arm_current_el()
to internals.h.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
target/arm/cpu.h
target/arm/internals.h