qemu-e2k/target/unicore32
Emilio G. Cota 022d6378c7 target/unicore32: remove tlb_flush from uc32_init_fn
As far as I can tell tlb_flush does not need to be called
this early. tlb_flush is eventually called after the CPU
has been realized.

This change paves the way to the introduction of tlb_init,
which will be called from cpu_exec_realizefn.

Cc: Guan Xuetao <gxt@mprc.pku.edu.cn>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Emilio G. Cota <cota@braap.org>
Message-Id: <20181009174557.16125-3-cota@braap.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
2018-10-18 18:58:10 -07:00
..
Makefile.objs
cpu-qom.h
cpu.c target/unicore32: remove tlb_flush from uc32_init_fn 2018-10-18 18:58:10 -07:00
cpu.h
helper.c
helper.h
op_helper.c
softmmu.c
translate.c
ucf64_helper.c