On 9/3/20 9:26 AM, Richard Henderson wrote: > Introduce typedefs and follow CODING_STYLE for naming. > Rename struct microblaze_mmu to MicroBlazeMMU. > Rename struct microblaze_mmu_lookup to MicroBlazeMMULookup. > > Signed-off-by: Richard Henderson <richard.hender...@linaro.org> > --- > target/microblaze/cpu.h | 2 +- > target/microblaze/mmu.h | 15 ++++++--------- > target/microblaze/helper.c | 4 ++-- > target/microblaze/mmu.c | 11 +++++------ > 4 files changed, 14 insertions(+), 18 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <f4...@amsat.org>