From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52456) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1g9ywM-0002mV-OZ for qemu-devel@nongnu.org; Tue, 09 Oct 2018 16:49:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1g9ywH-0005mg-WE for qemu-devel@nongnu.org; Tue, 09 Oct 2018 16:49:14 -0400 Received: from mail-pf1-x444.google.com ([2607:f8b0:4864:20::444]:40009) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1g9ywH-0005lP-PG for qemu-devel@nongnu.org; Tue, 09 Oct 2018 16:49:09 -0400 Received: by mail-pf1-x444.google.com with SMTP id s5-v6so1446559pfj.7 for ; Tue, 09 Oct 2018 13:49:09 -0700 (PDT) References: <20181009174557.16125-1-cota@braap.org> <20181009174557.16125-2-cota@braap.org> From: Richard Henderson Message-ID: <755ba78d-415b-b9fe-93b2-d6b383f85857@linaro.org> Date: Tue, 9 Oct 2018 13:49:06 -0700 MIME-Version: 1.0 In-Reply-To: <20181009174557.16125-2-cota@braap.org> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v5 1/6] target/alpha: remove tlb_flush from alpha_cpu_initfn List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Emilio G. Cota" , qemu-devel@nongnu.org Cc: =?UTF-8?Q?Alex_Benn=c3=a9e?= 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 > --- > target/alpha/cpu.c | 1 - > 1 file changed, 1 deletion(-) Reviewed-by: Richard Henderson r~