]> www.infradead.org Git - users/dwmw2/qemu.git/commitdiff
target/loongarch: Do not include tcg-ldst.h
authorRichard Henderson <richard.henderson@linaro.org>
Wed, 8 Mar 2023 20:48:13 +0000 (12:48 -0800)
committerRichard Henderson <richard.henderson@linaro.org>
Thu, 11 May 2023 08:53:41 +0000 (09:53 +0100)
This header is supposed to be private to tcg and in fact
does not need to be included here at all.

Reviewed-by: Song Gao <gaosong@loongson.cn>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
target/loongarch/csr_helper.c
target/loongarch/iocsr_helper.c

index 7e027878957fde08bbbd6420379c503a37e1a581..65263679464e35c67e4877d5a4dbaa39f9137967 100644 (file)
@@ -15,7 +15,6 @@
 #include "exec/cpu_ldst.h"
 #include "hw/irq.h"
 #include "cpu-csr.h"
-#include "tcg/tcg-ldst.h"
 
 target_ulong helper_csrrd_pgd(CPULoongArchState *env)
 {
index 505853e17b2221a6adf0261a8890c423fc168747..dda9845d6c610a17d3a4c46286cded72f8ebbc47 100644 (file)
@@ -12,7 +12,6 @@
 #include "exec/helper-proto.h"
 #include "exec/exec-all.h"
 #include "exec/cpu_ldst.h"
-#include "tcg/tcg-ldst.h"
 
 #define GET_MEMTXATTRS(cas) \
         ((MemTxAttrs){.requester_id = env_cpu(cas)->cpu_index})