From 19191a6bc537b2290e18430e1877de9c2db20510 Mon Sep 17 00:00:00 2001 From: Peter Crosthwaite Date: Sun, 26 Apr 2015 12:10:20 -0700 Subject: [PATCH] microblaze: mmu: Delete flip_um fn prototype This is not implemented or used. Signed-off-by: Peter Crosthwaite Reviewed-by: Edgar E. Iglesias Signed-off-by: Michael Tokarev --- 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.7.4