qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH v5 2/6] target/unicore32: remove tlb_flush from


From: Richard Henderson
Subject: Re: [Qemu-devel] [PATCH v5 2/6] target/unicore32: remove tlb_flush from uc32_init_fn
Date: Tue, 9 Oct 2018 13:49:14 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.0

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 <address@hidden>
> Signed-off-by: Emilio G. Cota <address@hidden>
> ---
>  target/unicore32/cpu.c | 2 --
>  1 file changed, 2 deletions(-)

Reviewed-by: Richard Henderson <address@hidden>

r~




reply via email to

[Prev in Thread] Current Thread [Next in Thread]