From: Peter Crosthwaite Date: Sun, 26 Apr 2015 19:10:20 +0000 (-0700) Subject: microblaze: mmu: Delete flip_um fn prototype X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=19191a6bc537b2290e18430e1877de9c2db20510;p=people%2Fliuw%2Flibxenctrl-split%2Fqemu-xen.git 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 --- diff --git a/target-microblaze/mmu.h b/target-microblaze/mmu.h index 3f74dda0b..3b7a9983d 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);