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>
Showing
- accel/tcg/cputlb.c 1 addition, 1 deletionaccel/tcg/cputlb.c
- accel/tcg/user-exec.c 1 addition, 1 deletionaccel/tcg/user-exec.c
- host/include/aarch64/host/atomic128-cas.h 2 additions, 0 deletionshost/include/aarch64/host/atomic128-cas.h
- host/include/generic/host/atomic128-ldst.h 1 addition, 1 deletionhost/include/generic/host/atomic128-ldst.h
Loading
Please register or sign in to comment