On Mon, Dec 14, 2020 at 6:03 AM Richard Henderson <richard.hender...@linaro.org> wrote: > > Now that all native tcg hosts support splitwx, remove the define. > Replace the one use with a test for CONFIG_TCG_INTERPRETER. > > Signed-off-by: Richard Henderson <richard.hender...@linaro.org> > --- > tcg/aarch64/tcg-target.h | 1 - > tcg/arm/tcg-target.h | 1 - > tcg/i386/tcg-target.h | 1 - > tcg/mips/tcg-target.h | 1 - > tcg/ppc/tcg-target.h | 1 - > tcg/riscv/tcg-target.h | 1 - > tcg/s390/tcg-target.h | 1 - > tcg/sparc/tcg-target.h | 1 - > tcg/tci/tcg-target.h | 1 - > accel/tcg/translate-all.c | 16 +++++++++------- > 10 files changed, 9 insertions(+), 16 deletions(-)
Reviewed-by: Joelle van Dyne <j...@getutm.app>