diff options
| author | Richard Henderson <richard.henderson@linaro.org> | 2022-04-01 07:47:32 -0600 |
|---|---|---|
| committer | Richard Henderson <richard.henderson@linaro.org> | 2022-04-20 12:12:47 -0700 |
| commit | 5b6af141dac7a6a749030c9de33382374671b2ad (patch) | |
| tree | 95d333f0acb32ded6d8cb712e2901ead21a2ece5 /accel/tcg/cputlb.c | |
| parent | c74824389e1a56781f947e23da68742e8faeaf77 (diff) | |
| download | focaccia-qemu-5b6af141dac7a6a749030c9de33382374671b2ad.tar.gz focaccia-qemu-5b6af141dac7a6a749030c9de33382374671b2ad.zip | |
accel/tcg: Remove ATOMIC_MMU_IDX
The last use of this macro was removed in f3e182b10013
("accel/tcg: Push trace info building into atomic_common.c.inc")
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'accel/tcg/cputlb.c')
| -rw-r--r-- | accel/tcg/cputlb.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/accel/tcg/cputlb.c b/accel/tcg/cputlb.c index 2035b2ac0a..dd45e0467b 100644 --- a/accel/tcg/cputlb.c +++ b/accel/tcg/cputlb.c @@ -2552,7 +2552,6 @@ void cpu_stq_le_mmu(CPUArchState *env, target_ulong addr, uint64_t val, glue(glue(glue(cpu_atomic_ ## X, SUFFIX), END), _mmu) #define ATOMIC_MMU_CLEANUP -#define ATOMIC_MMU_IDX get_mmuidx(oi) #include "atomic_common.c.inc" |