summaryrefslogtreecommitdiffstats
path: root/target-microblaze
diff options
context:
space:
mode:
authorPeter Crosthwaite <crosthwaitepeter@gmail.com>2015-04-26 12:10:20 -0700
committerMichael Tokarev <mjt@tls.msk.ru>2015-04-30 16:05:48 +0300
commit19191a6bc537b2290e18430e1877de9c2db20510 (patch)
treea8c2feef1910c90f03eff295684dfbf276528648 /target-microblaze
parenta0970d91c94241c74b2b8027268d2a7e8fe19ae3 (diff)
downloadhqemu-19191a6bc537b2290e18430e1877de9c2db20510.zip
hqemu-19191a6bc537b2290e18430e1877de9c2db20510.tar.gz
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')
-rw-r--r--target-microblaze/mmu.h1
1 files changed, 0 insertions, 1 deletions
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);
OpenPOWER on IntegriCloud