On 9/4/20 9:08 PM, Richard Henderson wrote: > These values are constant, and are derived from the other > configuration knobs. Move them into MicroBlazeCPUConfig > to emphasize that they are not variable. > > Signed-off-by: Richard Henderson <richard.hender...@linaro.org> > --- > target/microblaze/cpu.h | 5 +- > hw/microblaze/petalogix_ml605_mmu.c | 6 +- > target/microblaze/cpu.c | 92 ++++++++++++++--------------- > target/microblaze/gdbstub.c | 4 +- > target/microblaze/helper.c | 2 +- > target/microblaze/op_helper.c | 2 +- > target/microblaze/translate.c | 3 +- > 7 files changed, 54 insertions(+), 60 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <f4...@amsat.org>