target/microblaze: Move mmu parameters to MicroBlazeCPUConfig
commitde73ee1abe95d37fa1b9c3129cb8a778eea43159
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 4 Sep 2020 18:31:57 +0000 (4 11:31 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Mon, 7 Sep 2020 19:58:08 +0000 (7 12:58 -0700)
treea10d8b47ce2c1f53a29eb905477dbeae466d8dbc
parent5ad7cc07e5eb4c716b70a8a70f87264ecd1346f9
target/microblaze: Move mmu parameters to MicroBlazeCPUConfig

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.

Tested-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com>
Reviewed-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
target/microblaze/cpu.c
target/microblaze/cpu.h
target/microblaze/helper.c
target/microblaze/mmu.c
target/microblaze/mmu.h