qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH microblaze v1 2/6] mb: mmu: Delete flip_um fn protot


From: Peter Crosthwaite
Subject: [Qemu-devel] [PATCH microblaze v1 2/6] mb: mmu: Delete flip_um fn prototype
Date: Sun, 26 Apr 2015 12:10:20 -0700

This is not implemented or used.

Signed-off-by: Peter Crosthwaite <address@hidden>
---
 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);
-- 
1.9.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]