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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 8E2DFC433EF for ; Wed, 6 Oct 2021 17:39:04 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 757AD61183 for ; Wed, 6 Oct 2021 17:39:04 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238564AbhJFRky (ORCPT ); Wed, 6 Oct 2021 13:40:54 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54378 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229564AbhJFRkw (ORCPT ); Wed, 6 Oct 2021 13:40:52 -0400 Received: from galois.linutronix.de (Galois.linutronix.de [IPv6:2a0a:51c0:0:12e:550::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 92C4EC061746; Wed, 6 Oct 2021 10:38:59 -0700 (PDT) Date: Wed, 06 Oct 2021 17:38:56 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1633541937; h=from:from:sender:sender:reply-to: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=V2iA3EBZpi2Hnmk7DZwB+w2SXmmyqa+w24rm7gpqN8I=; b=RAWTeK4FC3+Ub5Loymakm0BC7B/pSLTE6imMHCZbbxmnYi0E7xPidXEpdG7ihplHJ4g0db nfYStQc5CULirh3hxvDaYFJ8o7zzKec+An+ci8AcUi16Uj2dDHjzNIi8oJTLCRTATTIhjh GfKTNOzSSJbHUjVJrYYDq2Ku5UO+Tbdnw5amosIBtSvAUXIeYWl7d3W4fYroptJermIe8C rJzGLgs7U2PSNOfnNHAneCAYUX5mj4FChybw2mWedDAWoAFUbOGMwoqJHTyLYfpPO4NcwK hF509splL0bVN/UyAtbEXTb6omtb3E1FnCjWAGN6RV2z0KCPww1WFuNHmkzRDA== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1633541937; h=from:from:sender:sender:reply-to: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=V2iA3EBZpi2Hnmk7DZwB+w2SXmmyqa+w24rm7gpqN8I=; b=rovPAOY8ESw8VKih1X+0AMb8ATc7BrTQbeNzuZbWISvxUO2NLGyJ6gbgDvkU/rd/LSe9r7 Ygpnz9/9Q+VcdTDg== From: "tip-bot2 for Lukas Bulwahn" Sender: tip-bot2@linutronix.de Reply-to: linux-kernel@vger.kernel.org To: linux-tip-commits@vger.kernel.org Subject: [tip: x86/urgent] x86/Kconfig: Correct reference to MWINCHIP3D Cc: Randy Dunlap , Lukas Bulwahn , Borislav Petkov , , x86@kernel.org, linux-kernel@vger.kernel.org In-Reply-To: <20210803113531.30720-4-lukas.bulwahn@gmail.com> References: <20210803113531.30720-4-lukas.bulwahn@gmail.com> MIME-Version: 1.0 Message-ID: <163354193670.25758.5025436280764758118.tip-bot2@tip-bot2> Robot-ID: Robot-Unsubscribe: Contact to get blacklisted from these emails Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The following commit has been merged into the x86/urgent branch of tip: Commit-ID: 225bac2dc5d192e55f2c50123ee539b1edf8a411 Gitweb: https://git.kernel.org/tip/225bac2dc5d192e55f2c50123ee539b1edf8a411 Author: Lukas Bulwahn AuthorDate: Tue, 03 Aug 2021 13:35:25 +02:00 Committer: Borislav Petkov CommitterDate: Wed, 06 Oct 2021 18:46:06 +02:00 x86/Kconfig: Correct reference to MWINCHIP3D Commit in Fixes intended to exclude the Winchip series and referred to CONFIG_WINCHIP3D, but the config symbol is called CONFIG_MWINCHIP3D. Hence, scripts/checkkconfigsymbols.py warns: WINCHIP3D Referencing files: arch/x86/Kconfig Correct the reference to the intended config symbol. Fixes: 69b8d3fcabdc ("x86/Kconfig: Exclude i586-class CPUs lacking PAE support from the HIGHMEM64G Kconfig group") Suggested-by: Randy Dunlap Signed-off-by: Lukas Bulwahn Signed-off-by: Borislav Petkov Cc: Link: https://lkml.kernel.org/r/20210803113531.30720-4-lukas.bulwahn@gmail.com --- arch/x86/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index ab83c22..8055da4 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig @@ -1405,7 +1405,7 @@ config HIGHMEM4G config HIGHMEM64G bool "64GB" - depends on !M486SX && !M486 && !M586 && !M586TSC && !M586MMX && !MGEODE_LX && !MGEODEGX1 && !MCYRIXIII && !MELAN && !MWINCHIPC6 && !WINCHIP3D && !MK6 + depends on !M486SX && !M486 && !M586 && !M586TSC && !M586MMX && !MGEODE_LX && !MGEODEGX1 && !MCYRIXIII && !MELAN && !MWINCHIPC6 && !MWINCHIP3D && !MK6 select X86_PAE help Select this if you have a 32-bit processor and more than 4