diff options
author | Richard Henderson <richard.henderson@linaro.org> | 2021-10-04 17:40:58 -0700 |
---|---|---|
committer | Richard Henderson <richard.henderson@linaro.org> | 2021-10-13 08:14:54 -0700 |
commit | b4c8f3d4dddcb6e547e1ba318f60ae9566743db1 (patch) | |
tree | cea46c01801975ebe73552ade93700204bbb6183 /target/arm | |
parent | f83bcecb1ffe25a18367409eaf4ba1453c835c48 (diff) |
accel/tcg: Move cpu_atomic decls to exec/cpu_ldst.h
The previous placement in tcg/tcg.h was not logical.
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'target/arm')
-rw-r--r-- | target/arm/helper-a64.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/arm/helper-a64.c b/target/arm/helper-a64.c index 4cafd3c11a..b110c57956 100644 --- a/target/arm/helper-a64.c +++ b/target/arm/helper-a64.c @@ -32,7 +32,6 @@ #include "exec/cpu_ldst.h" #include "qemu/int128.h" #include "qemu/atomic128.h" -#include "tcg/tcg.h" #include "fpu/softfloat.h" #include <zlib.h> /* For crc32 */ |