commit | 4deb39ebb33d97e2ad5466e1b5b5e7c50ad83a0a | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Fri May 19 18:02:19 2023 -0700 |
committer | Richard Henderson <richard.henderson@linaro.org> | Tue May 23 18:54:55 2023 -0700 |
tree | 010ff8d0d09d153a44c9134db66fa6c0e2974208 | |
parent | 7bedee3243b995281837a30ae7bf8982b4fd570c [diff] |
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>