On 10/9/18 10:45 AM, Emilio G. Cota wrote: > 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 <[email protected]> > Signed-off-by: Emilio G. Cota <[email protected]> > --- > target/unicore32/cpu.c | 2 -- > 1 file changed, 2 deletions(-)
Reviewed-by: Richard Henderson <[email protected]> r~
