diff options
| author | Philippe Mathieu-Daudé <philmd@linaro.org> | 2024-02-09 08:50:27 +0100 |
|---|---|---|
| committer | Philippe Mathieu-Daudé <philmd@linaro.org> | 2024-02-15 15:53:12 +0100 |
| commit | b8db6be27b2a31ec34640bc7812c4c7b691e71be (patch) | |
| tree | 94108b0ed7eb87f1822a200596d22dc9c15d64e5 /include/hw/misc/mips_itu.h | |
| parent | c2bb8e1bcccb9d8228bc2ec55bbcbdb8f1ce774c (diff) | |
| download | focaccia-qemu-b8db6be27b2a31ec34640bc7812c4c7b691e71be.tar.gz focaccia-qemu-b8db6be27b2a31ec34640bc7812c4c7b691e71be.zip | |
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/hw/misc/mips_itu.h')
| -rw-r--r-- | include/hw/misc/mips_itu.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/hw/misc/mips_itu.h b/include/hw/misc/mips_itu.h index 3a7330ac07..de7400c1fe 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. */ |