On 3/6/25 08:39, Peter Maydell wrote:
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.mayd...@linaro.org>
---
  target/arm/cpu.h       | 48 ------------------------------------------
  target/arm/internals.h | 48 ++++++++++++++++++++++++++++++++++++++++++
  2 files changed, 48 insertions(+), 48 deletions(-)

Is there a good reason to keep these inline?
The expansion of arm_cpu_data_is_big_endian is really quite large, it would 
seem.

Either way,
Reviewed-by: Richard Henderson <richard.hender...@linaro.org>


r~


Reply via email to