From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 02ACBC7EE43 for ; Mon, 12 Jun 2023 23:45:50 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234190AbjFLXpt (ORCPT ); Mon, 12 Jun 2023 19:45:49 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42682 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S237728AbjFLXps (ORCPT ); Mon, 12 Jun 2023 19:45:48 -0400 Received: from mail-ej1-x62f.google.com (mail-ej1-x62f.google.com [IPv6:2a00:1450:4864:20::62f]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 778A51718 for ; Mon, 12 Jun 2023 16:45:46 -0700 (PDT) Received: by mail-ej1-x62f.google.com with SMTP id a640c23a62f3a-9786fc23505so720180566b.2 for ; Mon, 12 Jun 2023 16:45:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; t=1686613545; x=1689205545; h=content-transfer-encoding:in-reply-to:from:references:cc:to :content-language:subject:user-agent:mime-version:date:message-id :from:to:cc:subject:date:message-id:reply-to; bh=J6RKBwJ1snfOShsMKSa/kdTwHRc2sX8E52+VmBrW73M=; b=d3xgiOjtTog0mLVt0UUF6SYGGd8ZNr4HF7QbG3ANNB0F9pm2Mnfq6cMKvB6sbMuSRV QgWIqQPT0Bz/c6PzgCrCP7PjhIQEf53F9Hq1ZzRfje3zYm9eFWGopD2mOQlyY3W6Ct1C diLMaiEHR/d2lY6XdYCuUVT8MxiBw26YRbJ+vLXKhx4eckjH/IBs8Vu650PjnGgHLZfm F+52i+6LlG/DNA9AL6mhi/Ytu30a/yapXnU8e4vUqRcJdEh8s8OFO1YXOUJadub+iQHv z6vbdQtv6OfPN8ZdleCLjbUevHZa+Wcr6lxGX03ENnGWHZ1Zg+XQGmkr7kxiw7qx+njU qXkA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1686613545; x=1689205545; h=content-transfer-encoding:in-reply-to:from:references:cc:to :content-language:subject:user-agent:mime-version:date:message-id :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=J6RKBwJ1snfOShsMKSa/kdTwHRc2sX8E52+VmBrW73M=; b=A+e0764PJdVfejwR1dgBaFpxIu91cXbTGhym63pS6IBcMZsHBY9f8zcoarWbfE/MHB 0riowAFOsTD2HaaSDgMaFIyiy6Zr+uPrH8eLj7dLG2/V4ehJyGc0hm933Tq9Dby8SXEL NRa+1JRBQXHju6Sre/FwbbW6g0LVVBTsHqo+rv/S0sIIsJ4llX1lIjXy5G7KO51PfQjz rVbGU1fc8NN1u/wfkEMnvjorNzLvNP25jEWflVM2a+T1a4IPx74tUaYmUVet8JkDcvpz HPFrFA8LZhYNkOQs4gfwd1QZNA7TEwa82FOKzShZ9AGlSuNx+hFfMm9y+DsnsKbvJQAl 72+w== X-Gm-Message-State: AC+VfDxFCarwtQQTAAT+Y/LKvg8aggI7hEXvENyLtvXCooyWn1Dym6Sq hRULkeHKRXnC8Fm/1++VyK1Cfw== X-Google-Smtp-Source: ACHHUZ6dtuV5DoYQYE0R52xSIR6NpJYLC8VAvw2sPNu3DqvDkPqqCuCfv+mCrhCPNNxlAI9Ns3XUug== X-Received: by 2002:a17:906:dac3:b0:96f:9608:da7c with SMTP id xi3-20020a170906dac300b0096f9608da7cmr11947868ejb.36.1686613544905; Mon, 12 Jun 2023 16:45:44 -0700 (PDT) Received: from [10.10.0.115] ([185.140.244.249]) by smtp.gmail.com with ESMTPSA id h18-20020a1709063b5200b0097457363fc0sm5849378ejf.33.2023.06.12.16.45.43 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Mon, 12 Jun 2023 16:45:44 -0700 (PDT) Message-ID: <41b22e82-fd6c-5bcd-44ae-e5b799ed0175@linaro.org> Date: Tue, 13 Jun 2023 01:45:42 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0) Gecko/20100101 Thunderbird/102.11.2 Subject: Re: [patch V4 04/37] x86/smpboot: Rename start_cpu0() to soft_restart_cpu() Content-Language: en-US To: Thomas Gleixner , LKML Cc: x86@kernel.org, David Woodhouse , Andrew Cooper , Brian Gerst , Arjan van de Veen , Paolo Bonzini , Paul McKenney , Tom Lendacky , Sean Christopherson , Oleksandr Natalenko , Paul Menzel , "Guilherme G. Piccoli" , Piotr Gorski , Usama Arif , Juergen Gross , Boris Ostrovsky , xen-devel@lists.xenproject.org, Russell King , Arnd Bergmann , linux-arm-kernel@lists.infradead.org, Catalin Marinas , Will Deacon , Guo Ren , linux-csky@vger.kernel.org, Thomas Bogendoerfer , linux-mips@vger.kernel.org, "James E.J. Bottomley" , Helge Deller , linux-parisc@vger.kernel.org, Paul Walmsley , Palmer Dabbelt , linux-riscv@lists.infradead.org, Mark Rutland , Sabin Rapan , "Michael Kelley (LINUX)" , Ross Philipson References: <20230512203426.452963764@linutronix.de> <20230512205255.662319599@linutronix.de> From: =?UTF-8?Q?Philippe_Mathieu-Daud=c3=a9?= In-Reply-To: <20230512205255.662319599@linutronix.de> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-csky@vger.kernel.org On 12/5/23 23:07, Thomas Gleixner wrote: > From: Thomas Gleixner > > This is used in the SEV play_dead() implementation to re-online CPUs. But > that has nothing to do with CPU0. > > Signed-off-by: Thomas Gleixner > Tested-by: Michael Kelley > --- > arch/x86/include/asm/cpu.h | 2 +- > arch/x86/kernel/callthunks.c | 2 +- > arch/x86/kernel/head_32.S | 10 +++++----- > arch/x86/kernel/head_64.S | 10 +++++----- > arch/x86/kernel/sev.c | 2 +- > 5 files changed, 13 insertions(+), 13 deletions(-) Reviewed-by: Philippe Mathieu-Daudé