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 4F901C636D4 for ; Wed, 15 Feb 2023 20:47:42 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229933AbjBOUrk (ORCPT ); Wed, 15 Feb 2023 15:47:40 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34482 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229799AbjBOUq7 (ORCPT ); Wed, 15 Feb 2023 15:46:59 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 57C0A4347B; Wed, 15 Feb 2023 12:46:32 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 78DB861DA1; Wed, 15 Feb 2023 20:46:31 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 939BBC433EF; Wed, 15 Feb 2023 20:46:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1676493990; bh=PnrC8HtF2I1HgxrxHd2s31gER99ED1QIu/0VtEeXpmI=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=qaLEad4LSP00d2UlahDrvBO2WJRyUfctL23lW+EL+thjkZWrKh/CdDK3/FkBBoPHV H9X+4wQoQCDjL1U8Jq1oC+RMSHwx0xLLK5PKpa/LXrviY05F4oWXIb/c/xwZ0WaL+/ t25ibsTqy2Ufq8hHicmVPclHS6OBmWTUg1UZrgi9RlimJAENPdbZ6571xDVTGNudgW BySkE43orx6j0nWxh1QvowoGnP9BX2IWZza9D3+MlZtl8qZ1u8O0hw4RpCKd5f64Xk c8cmEVnJqxHvJeLKvYvJY0nUxNwV2FsfmUwXZpPK3weC+Tc/KTkWqKp4DjyI0043sY CUciIrRcX+0CA== From: Sasha Levin To: linux-kernel@vger.kernel.org, stable@vger.kernel.org Cc: Kan Liang , Tony Luck , Dave Hansen , Sasha Levin , x86@kernel.org, tglx@linutronix.de, mingo@redhat.com, bp@alien8.de Subject: [PATCH AUTOSEL 6.1 23/24] x86/cpu: Add Lunar Lake M Date: Wed, 15 Feb 2023 15:45:46 -0500 Message-Id: <20230215204547.2760761-23-sashal@kernel.org> X-Mailer: git-send-email 2.39.0 In-Reply-To: <20230215204547.2760761-1-sashal@kernel.org> References: <20230215204547.2760761-1-sashal@kernel.org> MIME-Version: 1.0 X-stable: review X-Patchwork-Hint: Ignore Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Kan Liang [ Upstream commit f545e8831e70065e127f903fc7aca09aa50422c7 ] Intel confirmed the existence of this CPU in Q4'2022 earnings presentation. Add the CPU model number. [ dhansen: Merging these as soon as possible makes it easier on all the folks developing model-specific features. ] Signed-off-by: Kan Liang Signed-off-by: Tony Luck Signed-off-by: Dave Hansen Link: https://lore.kernel.org/all/20230208172340.158548-1-tony.luck%40intel.com Signed-off-by: Sasha Levin --- arch/x86/include/asm/intel-family.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/x86/include/asm/intel-family.h b/arch/x86/include/asm/intel-family.h index 347707d459c67..cbaf174d8efd9 100644 --- a/arch/x86/include/asm/intel-family.h +++ b/arch/x86/include/asm/intel-family.h @@ -123,6 +123,8 @@ #define INTEL_FAM6_METEORLAKE 0xAC #define INTEL_FAM6_METEORLAKE_L 0xAA +#define INTEL_FAM6_LUNARLAKE_M 0xBD + /* "Small Core" Processors (Atom/E-Core) */ #define INTEL_FAM6_ATOM_BONNELL 0x1C /* Diamondville, Pineview */ -- 2.39.0