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
@ -96,7 +96,6 @@ static void mips_cps_realize(DeviceState *dev, Error **errp)
|
||||
itu_present = true;
|
||||
/* Attach ITC Tag to the VP */
|
||||
env->itc_tag = mips_itu_get_tag_region(&s->itu);
|
||||
env->itu = &s->itu;
|
||||
}
|
||||
qemu_register_reset(main_cpu_reset, cpu);
|
||||
}
|
||||
|
@ -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…
Reference in New Issue
Block a user