From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 2821AC2C4 for ; Mon, 13 Nov 2023 04:18:48 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=redhat.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=redhat.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=redhat.com header.i=@redhat.com header.b="Q1K1WA2C" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1699849128; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=h62ZSBXNIpXAn1RjkyzytMnuk1I7FWNselF1cBuUf4A=; b=Q1K1WA2CDS+w0P67pzrdq2laEd8TALwxUOfYbuJ22jz7ZzbPMoqy3BVpL4nywomnLfPbN5 eLa4WYvRcpRMffL+AADrMwEw8kvER0APq0x12eN3/h7NyI6WUFLGoRD9DJUmzsN55bG48Q dYvhbygfDPZoNapd+i43DbKpj8XWU5c= Received: from mail-pg1-f198.google.com (mail-pg1-f198.google.com [209.85.215.198]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-570-dqDAFvOUNzGu2zC0F2iYBA-1; Sun, 12 Nov 2023 23:18:46 -0500 X-MC-Unique: dqDAFvOUNzGu2zC0F2iYBA-1 Received: by mail-pg1-f198.google.com with SMTP id 41be03b00d2f7-5b79f5923b2so5033266a12.2 for ; Sun, 12 Nov 2023 20:18:46 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1699849125; x=1700453925; 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=h62ZSBXNIpXAn1RjkyzytMnuk1I7FWNselF1cBuUf4A=; b=CE8xvSHEWUSILfJDgmhWAJ40+eDIACIVChknWdgcgmsaJSY+WqFNdBhAI5+vwgRVvu Vc5/2kJngrnKvsuHkxlplyAnubU2P8+m6KRMOINbBQ+ruPrXd+mgnspsF8OWLJCJAzC0 5UnMqBqZxuH6w1uL+GPxBbrqOn7El5/z6InvmOKf1DKXM35zzhyF7Aa2vQ/u9EgqmFPh KH9if5fMVHG8T5H0yWkt2oR/M3kXrlSr0yeB0duYkwjHxruT+uzcm9FD8JiXwo4KXt/5 lD0pscRSDGQfMVWNma527RqPgCS7NCQlJhXeV1epKIZYMPTxJ7PXCIlju72yEbuQgfCt BUcw== X-Gm-Message-State: AOJu0YwtHbGfUhswPXWif5UJp9s2Ohy56N1KfSt6k+t5Y5fxhjo0R2OZ 11AJR5PG0tl0N1o1XNowAOliZkq8P60mY2T6Tml3VaZzaM3k7b1vXMeElWPWKtZMa6EfEUXAokW /QaueHQN0wWaMVRcz X-Received: by 2002:a05:6a20:42a4:b0:186:4def:ccc9 with SMTP id o36-20020a056a2042a400b001864defccc9mr3622156pzj.10.1699849125604; Sun, 12 Nov 2023 20:18:45 -0800 (PST) X-Google-Smtp-Source: AGHT+IFobxPewEpgXbDDZKt4dnfeBouA3YHhqrzoLtSI/jkAmOjDXYCHvtcrl7wlb5s/tPAkxp4efQ== X-Received: by 2002:a05:6a20:42a4:b0:186:4def:ccc9 with SMTP id o36-20020a056a2042a400b001864defccc9mr3622141pzj.10.1699849125345; Sun, 12 Nov 2023 20:18:45 -0800 (PST) Received: from ?IPV6:2001:8003:e5b0:9f00:b890:3e54:96bb:2a15? ([2001:8003:e5b0:9f00:b890:3e54:96bb:2a15]) by smtp.gmail.com with ESMTPSA id n24-20020a170902969800b001cc50146b43sm3198590plp.202.2023.11.12.20.18.37 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Sun, 12 Nov 2023 20:18:45 -0800 (PST) Message-ID: Date: Mon, 13 Nov 2023 14:18:35 +1000 Precedence: bulk X-Mailing-List: kvmarm@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH RFC 17/22] x86/topology: convert to use arch_cpu_is_hotpluggable() To: "Russell King (Oracle)" , linux-pm@vger.kernel.org, loongarch@lists.linux.dev, linux-acpi@vger.kernel.org, linux-arch@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-riscv@lists.infradead.org, kvmarm@lists.linux.dev, x86@kernel.org, linux-csky@vger.kernel.org, linux-doc@vger.kernel.org, linux-ia64@vger.kernel.org, linux-parisc@vger.kernel.org Cc: Salil Mehta , Jean-Philippe Brucker , jianyong.wu@arm.com, justin.he@arm.com, James Morse , Thomas Gleixner , Ingo Molnar , Borislav Petkov , Dave Hansen , "H. Peter Anvin" References: From: Gavin Shan In-Reply-To: X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Language: en-US Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit On 11/7/23 20:30, Russell King (Oracle) wrote: > Convert x86 to use the arch_cpu_is_hotpluggable() helper rather than > arch_register_cpu(). > > Signed-off-by: Russell King (Oracle) > --- > arch/x86/kernel/topology.c | 7 ++----- > 1 file changed, 2 insertions(+), 5 deletions(-) > Reviewed-by: Gavin Shan