probe_access() is not ARM specific and can be reused by other targets, so make it a generic helper (after widening its address argument to 64-bits).
Philippe Mathieu-Daudé (2): target/arm: Widen probe_access()'s address argument to 64-bits accel/tcg: Make probe_access() a generic TCG helper accel/tcg/tcg-runtime.h | 2 ++ target/arm/helper.h | 2 -- accel/tcg/tcg-runtime.c | 16 ++++++++++++++++ target/arm/tcg/op_helper.c | 16 ---------------- 4 files changed, 18 insertions(+), 18 deletions(-) -- 2.38.1