From: Peter Crosthwaite <[email protected]> This is not implemented or used.
Signed-off-by: Peter Crosthwaite <[email protected]> Reviewed-by: Edgar E. Iglesias <[email protected]> Signed-off-by: Michael Tokarev <[email protected]> --- target-microblaze/mmu.h | 1 - 1 file changed, 1 deletion(-) diff --git a/target-microblaze/mmu.h b/target-microblaze/mmu.h index 3f74dda..3b7a998 100644 --- a/target-microblaze/mmu.h +++ b/target-microblaze/mmu.h @@ -82,7 +82,6 @@ struct microblaze_mmu_lookup } err; }; -void mmu_flip_um(CPUMBState *env, unsigned int um); unsigned int mmu_translate(struct microblaze_mmu *mmu, struct microblaze_mmu_lookup *lu, target_ulong vaddr, int rw, int mmu_idx); -- 2.1.4
