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 4D9E8CCA47A for ; Tue, 14 Jun 2022 18:42:35 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1357230AbiFNSmc (ORCPT ); Tue, 14 Jun 2022 14:42:32 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58540 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1345408AbiFNSmH (ORCPT ); Tue, 14 Jun 2022 14:42:07 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 006364B1CE; Tue, 14 Jun 2022 11:41:45 -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 ams.source.kernel.org (Postfix) with ESMTPS id AFBB5B8186A; Tue, 14 Jun 2022 18:41:44 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id E0FBFC3411E; Tue, 14 Jun 2022 18:41:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1655232103; bh=5kWMu3VuyNkkAZqF21PQ9b2hFvknVLt8Zm9aKs3pHyU=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=SngsUiDb6ofvab9fwotgPtuXleL0bhnHIsadTkqLqNfyOWtV+/dVysrB7Q0+HyVWL ZLK3ERYQMsv6xIhwsz9/tsfoBc/rmKDsvl/ia2pvBk0QIrGnJICwIVuMyaXWOWb5Fo KJ/+j3ONYG1bNFO5FNiLetmJp2SLT065QnZUh70I= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Kan Liang , Borislav Petkov , Tony Luck , ak@linux.intel.com, "H. Peter Anvin" , Ingo Molnar , Peter Zijlstra , Thomas Gleixner , x86-ml , Thadeu Lima de Souza Cascardo Subject: [PATCH 4.9 07/20] x86/cpu: Add Comet Lake to the Intel CPU models header Date: Tue, 14 Jun 2022 20:39:50 +0200 Message-Id: <20220614183723.858445210@linuxfoundation.org> X-Mailer: git-send-email 2.36.1 In-Reply-To: <20220614183722.061550591@linuxfoundation.org> References: <20220614183722.061550591@linuxfoundation.org> User-Agent: quilt/0.66 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Kan Liang commit 8d7c6ac3b2371eb1cbc9925a88f4d10efff374de upstream. Comet Lake is the new 10th Gen Intel processor. Add two new CPU model numbers to the Intel family list. The CPU model numbers are not published in the SDM yet but they come from an authoritative internal source. [ bp: Touch up commit message. ] Signed-off-by: Kan Liang Signed-off-by: Borislav Petkov Reviewed-by: Tony Luck Cc: ak@linux.intel.com Cc: "H. Peter Anvin" Cc: Ingo Molnar Cc: Peter Zijlstra Cc: Thomas Gleixner Cc: x86-ml Link: https://lkml.kernel.org/r/1570549810-25049-2-git-send-email-kan.liang@linux.intel.com Signed-off-by: Thadeu Lima de Souza Cascardo Signed-off-by: Greg Kroah-Hartman --- arch/x86/include/asm/intel-family.h | 3 +++ 1 file changed, 3 insertions(+) --- a/arch/x86/include/asm/intel-family.h +++ b/arch/x86/include/asm/intel-family.h @@ -59,6 +59,9 @@ #define INTEL_FAM6_ICELAKE_DESKTOP 0x7D #define INTEL_FAM6_ICELAKE_MOBILE 0x7E +#define INTEL_FAM6_COMETLAKE 0xA5 +#define INTEL_FAM6_COMETLAKE_L 0xA6 + /* "Small Core" Processors (Atom) */ #define INTEL_FAM6_ATOM_BONNELL 0x1C /* Diamondville, Pineview */