accel/tcg: Eliminate #if on HAVE_ATOMIC128 and HAVE_CMPXCHG128
authorRichard Henderson <richard.henderson@linaro.org>
Sat, 20 May 2023 01:02:19 +0000 (18:02 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 24 May 2023 01:54:55 +0000 (18:54 -0700)
commit4deb39ebb33d97e2ad5466e1b5b5e7c50ad83a0a
tree010ff8d0d09d153a44c9134db66fa6c0e2974208
parent7bedee3243b995281837a30ae7bf8982b4fd570c
accel/tcg: Eliminate #if on HAVE_ATOMIC128 and HAVE_CMPXCHG128

These symbols will shortly become dynamic runtime tests and
therefore not appropriate for the preprocessor.  Use the
matching CONFIG_* symbols for that purpose.

Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
accel/tcg/cputlb.c
accel/tcg/user-exec.c
host/include/aarch64/host/atomic128-cas.h
host/include/generic/host/atomic128-ldst.h