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 45AEAC7619A for ; Thu, 13 Apr 2023 02:39:06 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230383AbjDMCjE (ORCPT ); Wed, 12 Apr 2023 22:39:04 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35090 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230095AbjDMCiN (ORCPT ); Wed, 12 Apr 2023 22:38:13 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C920383DC; Wed, 12 Apr 2023 19:37:25 -0700 (PDT) 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 A5B4363AC2; Thu, 13 Apr 2023 02:37:25 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 32544C4339C; Thu, 13 Apr 2023 02:37:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1681353445; bh=BxEpKquUAqaTHU2HUWRxzVwEbGcW5EywGMyl4xgY+ZI=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=E9g1GQoECj98Rmj5SbMfBX2AW0IjNQZYdjUFWj+AO8pi6RE0OikAoid+Gg3sk2gQX H8YUbpaFt4SX/5TvzfMaHSgtEMroiZkY8LiKZkxKCP8sGzFPoLFGid34iuout2iRw9 R+BcJDi/hF7IIa/iIQbG53OQinqVX+LyyTNc4lJWpkrXPpmhYEripdgt/LuHVNMArZ X6+7HpyLO94znXGTdoIZt6EHygZyR9nydLvDFm+xO2ZnJig9lgW3/SVYbdemc1ZzmV uVAbKtWUEQbSm8kHpy5ZWQEgsB5eESPrB/O4Aw4Ta3kjyL4dpYgxEZ+4xR5bBrywNs /qtd4xnJHtd+Q== From: Sasha Levin To: linux-kernel@vger.kernel.org, stable@vger.kernel.org Cc: Tony Luck , Borislav Petkov , Sasha Levin , x86@kernel.org, tglx@linutronix.de, mingo@redhat.com, dave.hansen@linux.intel.com Subject: [PATCH AUTOSEL 6.1 17/17] x86/cpu: Add model number for Intel Arrow Lake processor Date: Wed, 12 Apr 2023 22:36:45 -0400 Message-Id: <20230413023647.74661-17-sashal@kernel.org> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20230413023647.74661-1-sashal@kernel.org> References: <20230413023647.74661-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: Tony Luck [ Upstream commit 81515ecf155a38f3532bf5ddef88d651898df6be ] Successor to Lunar Lake. Signed-off-by: Tony Luck Signed-off-by: Borislav Petkov (AMD) Link: https://lore.kernel.org/r/20230404174641.426593-1-tony.luck@intel.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 cbaf174d8efd9..b3af2d45bbbb5 100644 --- a/arch/x86/include/asm/intel-family.h +++ b/arch/x86/include/asm/intel-family.h @@ -125,6 +125,8 @@ #define INTEL_FAM6_LUNARLAKE_M 0xBD +#define INTEL_FAM6_ARROWLAKE 0xC6 + /* "Small Core" Processors (Atom/E-Core) */ #define INTEL_FAM6_ATOM_BONNELL 0x1C /* Diamondville, Pineview */ -- 2.39.2