On Thu, 6 Mar 2025 at 22:13, Richard Henderson
<richard.hender...@linaro.org> wrote:
>
> 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?

Not particularly -- I was just going for the minimal changes
that would let me do what I wanted to do in the later
patches...

-- PMM

Reply via email to