summaryrefslogtreecommitdiffstats
path: root/target/loongarch/cpu.h
diff options
context:
space:
mode:
authorSong Gao2022-06-24 05:10:43 +0200
committerRichard Henderson2022-07-04 07:38:58 +0200
commitfffca8f227a9bab76af77f9b828cba94cafe119e (patch)
tree70e77ffebfd0673d28384170a46cbe608c2da4f8 /target/loongarch/cpu.h
parentscripts: add loongarch64 binfmt config (diff)
downloadqemu-fffca8f227a9bab76af77f9b828cba94cafe119e.tar.gz
qemu-fffca8f227a9bab76af77f9b828cba94cafe119e.tar.xz
qemu-fffca8f227a9bab76af77f9b828cba94cafe119e.zip
target/loongarch: remove badaddr from CPULoongArch
We can use CSR_BADV to replace badaddr. Signed-off-by: Song Gao <gaosong@loongson.cn> Signed-off-by: Xiaojuan Yang <yangxiaojuan@loongson.cn> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20220624031049.1716097-8-gaosong@loongson.cn> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'target/loongarch/cpu.h')
-rw-r--r--target/loongarch/cpu.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/target/loongarch/cpu.h b/target/loongarch/cpu.h
index 71a5036c3c..4b4fbcdc71 100644
--- a/target/loongarch/cpu.h
+++ b/target/loongarch/cpu.h
@@ -246,8 +246,6 @@ typedef struct CPUArchState {
uint64_t lladdr; /* LL virtual address compared against SC */
uint64_t llval;
- uint64_t badaddr;
-
/* LoongArch CSRs */
uint64_t CSR_CRMD;
uint64_t CSR_PRMD;