aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé <philmd@linaro.org>2024-02-09 08:50:27 +0100
committerPhilippe Mathieu-Daudé <philmd@linaro.org>2024-02-15 15:53:12 +0100
commitb8db6be27b2a31ec34640bc7812c4c7b691e71be (patch)
tree94108b0ed7eb87f1822a200596d22dc9c15d64e5 /include
parentc2bb8e1bcccb9d8228bc2ec55bbcbdb8f1ce774c (diff)
downloadqemu-b8db6be27b2a31ec34640bc7812c4c7b691e71be.zip
qemu-b8db6be27b2a31ec34640bc7812c4c7b691e71be.tar.gz
qemu-b8db6be27b2a31ec34640bc7812c4c7b691e71be.tar.bz2
hw/misc/mips_itu: Remove MIPSITUState::cpu0 field
Since previous commit the MIPSITUState::cpu0 field is not used anymore. Remove it. Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20240209090513.9401-6-philmd@linaro.org>
Diffstat (limited to 'include')
-rw-r--r--include/hw/misc/mips_itu.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/hw/misc/mips_itu.h b/include/hw/misc/mips_itu.h
index 3a7330a..de7400c 100644
--- a/include/hw/misc/mips_itu.h
+++ b/include/hw/misc/mips_itu.h
@@ -73,7 +73,6 @@ struct MIPSITUState {
/* SAAR */
uint64_t *saar;
- ArchCPU *cpu0;
};
/* Get ITC Configuration Tag memory region. */