mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-09 18:44:58 -06:00
target/mips: Remove MIPSITUState::itu field
Previous commits removed the MT*C0(SAAR) helpers which were using CPUMIPSState::itu, we can now remove it too. Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20240209090513.9401-4-philmd@linaro.org>
This commit is contained in:
parent
77599a696d
commit
b267e78908
2 changed files with 0 additions and 2 deletions
|
@ -1184,7 +1184,6 @@ typedef struct CPUArchState {
|
|||
#if !defined(CONFIG_USER_ONLY)
|
||||
CPUMIPSTLBContext *tlb;
|
||||
qemu_irq irq[8];
|
||||
struct MIPSITUState *itu;
|
||||
MemoryRegion *itc_tag; /* ITC Configuration Tags */
|
||||
|
||||
/* Loongson IOCSR memory */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue