mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 01:33:56 -06:00
target/microblaze: Rename mmu structs
Introduce typedefs and follow CODING_STYLE for naming. Rename struct microblaze_mmu to MicroBlazeMMU. Rename struct microblaze_mmu_lookup to MicroBlazeMMULookup. Tested-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Reviewed-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
parent
a9f614587b
commit
8ce97bc188
4 changed files with 14 additions and 18 deletions
|
@ -278,7 +278,7 @@ struct CPUMBState {
|
|||
|
||||
#if !defined(CONFIG_USER_ONLY)
|
||||
/* Unified MMU. */
|
||||
struct microblaze_mmu mmu;
|
||||
MicroBlazeMMU mmu;
|
||||
#endif
|
||||
|
||||
/* Fields up to this point are cleared by a CPU reset */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue