Skip to content

Commit

Permalink
microblaze: mmu: Delete flip_um fn prototype
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
pcrost authored and Michael Tokarev committed Apr 30, 2015
1 parent a0970d9 commit 19191a6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion target-microblaze/mmu.h
Expand Up @@ -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);
Expand Down

0 comments on commit 19191a6

Please sign in to comment.