On 3/13/25 09:22, Alex Bennée wrote:
Richard Henderson <richard.hender...@linaro.org> writes:

These expand inline to the *_mmuidx_ra api with
a lookup of the target's cpu_mmu_index().

Signed-off-by: Richard Henderson <richard.hender...@linaro.org>

This is where my re-based bisect broke. Fixed by moving cpu.h

modified   target/ppc/tcg-excp_helper.c
@@ -19,6 +19,7 @@
  #include "qemu/osdep.h"
  #include "qemu/main-loop.h"
  #include "qemu/log.h"
+#include "cpu.h"
  #include "exec/cpu_ldst.h"
  #include "exec/exec-all.h"
  #include "exec/helper-proto.h"
@@ -27,7 +28,6 @@
  #include "helper_regs.h"
  #include "hw/ppc/ppc.h"
  #include "internal.h"
-#include "cpu.h"
  #include "trace.h"

I shall move up the cpu-mmu-index.h split, so that I can include
it in the proper place here in cpu_ldst.h.


r~


Reply via email to