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. > > Signed-off-by: Emilio G. Cota <[email protected]> > --- > target/alpha/cpu.c | 1 - > 1 file changed, 1 deletion(-)
Reviewed-by: Richard Henderson <[email protected]> r~
