aboutsummaryrefslogtreecommitdiffstats
path: root/target-microblaze/mmu.h
diff options
context:
space:
mode:
Diffstat (limited to 'target-microblaze/mmu.h')
-rw-r--r--target-microblaze/mmu.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/target-microblaze/mmu.h b/target-microblaze/mmu.h
index 814c33cc7..56149a54f 100644
--- a/target-microblaze/mmu.h
+++ b/target-microblaze/mmu.h
@@ -63,7 +63,11 @@ 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[8];
+
+ int c_mmu;
+ int c_mmu_tlb_access;
+ int c_mmu_zones;
};
struct microblaze_mmu_lookup