diff options
author | Peter Crosthwaite <crosthwaitepeter@gmail.com> | 2015-04-26 12:10:20 -0700 |
---|---|---|
committer | Michael Tokarev <mjt@tls.msk.ru> | 2015-04-30 16:05:48 +0300 |
commit | 19191a6bc537b2290e18430e1877de9c2db20510 (patch) | |
tree | a8c2feef1910c90f03eff295684dfbf276528648 /target-microblaze/mmu.h | |
parent | a0970d91c94241c74b2b8027268d2a7e8fe19ae3 (diff) | |
download | qemu-19191a6bc537b2290e18430e1877de9c2db20510.zip |
microblaze: mmu: Delete flip_um fn prototype
This is not implemented or used.
Signed-off-by: Peter Crosthwaite <crosthwaite.peter@gmail.com>
Reviewed-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'target-microblaze/mmu.h')
-rw-r--r-- | target-microblaze/mmu.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target-microblaze/mmu.h b/target-microblaze/mmu.h index 3f74dda0b0..3b7a9983d5 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); |