mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-09 02:24:58 -06:00
target-microblaze: mmu: Remove unused register state
Add explicit handling for MMU_R_TLBX and log accesses to invalid MMU registers. We can now remove the state for all regs but PID, ZPR and TLBX (0 - 2). Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Signed-off-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com>
This commit is contained in:
parent
a2207b593b
commit
96716533af
2 changed files with 6 additions and 3 deletions
|
@ -67,7 +67,7 @@ struct microblaze_mmu
|
|||
/* We keep a separate ram for the tids to avoid the 48 bit tag width. */
|
||||
uint8_t tids[TLB_ENTRIES];
|
||||
/* Control flops. */
|
||||
uint32_t regs[8];
|
||||
uint32_t regs[3];
|
||||
|
||||
int c_mmu;
|
||||
int c_mmu_tlb_access;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue