On 9/4/20 9:08 PM, Richard Henderson wrote:
> The final 4 fields in MicroBlazeMMU are configuration constants.
> Move them into MicroBlazeCPUConfig where they belong.
> 
> Remove the leading "c_" from the member names, as that presumably
> implied "config", and that should not be explicit in the location.
> 
> Signed-off-by: Richard Henderson <richard.hender...@linaro.org>
> ---
>  target/microblaze/cpu.h    |  5 +++++
>  target/microblaze/mmu.h    |  7 +------
>  target/microblaze/cpu.c    |  9 +++++----
>  target/microblaze/helper.c |  4 ++--
>  target/microblaze/mmu.c    | 30 +++++++++++++++++-------------
>  5 files changed, 30 insertions(+), 25 deletions(-)

Reviewed-by: Philippe Mathieu-Daudé <f4...@amsat.org>

Reply via email to