From nobody Wed Nov 27 03:31:08 2024 Received: from szxga04-in.huawei.com (szxga04-in.huawei.com [45.249.212.190]) (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 E7A9E21364 for ; Tue, 15 Oct 2024 02:19:03 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=45.249.212.190 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1728958745; cv=none; b=DvEeQRx0g+GfK79TVE20hOaypCDN0J2w2O5L3QXEBsWE8jANIBdcF+DCOKTsG0N5ufZMvDTYgYfecSr9I2QL6IM9BusRkqi41KdCmRLNKwt8Xh7SnjTTIo3b6MeXhNacq0bz37/l2CNdGYX90ngYwqoa3Nj6eicvWwgMNJPVeYA= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1728958745; c=relaxed/simple; bh=3s1o5xIx1Zjm6EeHTRXsAmNdpPkR4K3XSefdeeK3HdY=; h=From:To:CC:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=eVtqdJm2F9zgxeUs3doIpytv5i4Yziqdnn6zZGDAiP9k/1JOX5O/vuEJkX2ZTU/FIMxomjsOmtRT/N7f9WiNFyiIU/YSaPHcbyzWHdH3NUKrx3almxbRmMef2B/LHzrjb42yIRYFXHwyv2HhL9NOJsKhvyg51RN8oyUg/NgQNm4= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=huawei.com; spf=pass smtp.mailfrom=huawei.com; arc=none smtp.client-ip=45.249.212.190 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=huawei.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=huawei.com Received: from mail.maildlp.com (unknown [172.19.163.44]) by szxga04-in.huawei.com (SkyGuard) with ESMTP id 4XSHn91fhkz2Ddfr; Tue, 15 Oct 2024 10:17:49 +0800 (CST) Received: from kwepemd200014.china.huawei.com (unknown [7.221.188.8]) by mail.maildlp.com (Postfix) with ESMTPS id AE4621400CB; Tue, 15 Oct 2024 10:19:01 +0800 (CST) Received: from localhost.localdomain (10.50.165.33) by kwepemd200014.china.huawei.com (7.221.188.8) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.1258.34; Tue, 15 Oct 2024 10:19:00 +0800 From: Yicong Yang To: , , , , , , , , , , , CC: , , , , , , , , , , , , Subject: [PATCH v6 4/4] arm64: Kconfig: Enable HOTPLUG_SMT Date: Tue, 15 Oct 2024 10:18:41 +0800 Message-ID: <20241015021841.35713-5-yangyicong@huawei.com> X-Mailer: git-send-email 2.31.0 In-Reply-To: <20241015021841.35713-1-yangyicong@huawei.com> References: <20241015021841.35713-1-yangyicong@huawei.com> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-ClientProxiedBy: dggems703-chm.china.huawei.com (10.3.19.180) To kwepemd200014.china.huawei.com (7.221.188.8) Content-Type: text/plain; charset="utf-8" From: Yicong Yang Enable HOTPLUG_SMT for SMT control. Signed-off-by: Yicong Yang --- arch/arm64/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig index 3e29b44d2d7b..99493fb616c1 100644 --- a/arch/arm64/Kconfig +++ b/arch/arm64/Kconfig @@ -242,6 +242,7 @@ config ARM64 select HAVE_KRETPROBES select HAVE_GENERIC_VDSO select HOTPLUG_CORE_SYNC_DEAD if HOTPLUG_CPU + select HOTPLUG_SMT if HOTPLUG_CPU select IRQ_DOMAIN select IRQ_FORCED_THREADING select KASAN_VMALLOC if KASAN --=20 2.24.0