From nobody Wed Apr 8 04:31:48 2026 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 170E3C32772 for ; Tue, 23 Aug 2022 19:22:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233048AbiHWTWL (ORCPT ); Tue, 23 Aug 2022 15:22:11 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37958 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229742AbiHWTVr (ORCPT ); Tue, 23 Aug 2022 15:21:47 -0400 Received: from galois.linutronix.de (Galois.linutronix.de [IPv6:2a0a:51c0:0:12e:550::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 73A1C1306A9; Tue, 23 Aug 2022 11:02:14 -0700 (PDT) Date: Tue, 23 Aug 2022 18:02:10 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1661277731; 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=2RC0sxKMivGTVluKWaMxuJ3KPssF3MfXxyKVUs8ULFc=; b=ccXCKyVPEnFRSlF8yjJfyDz38ZZGzlIlmxd0aue1eFRniZvbAw7aql6036TPzAGQchFMzW svATwxhZcyhBq4Tz/+KX3Y/JqrK9qeTltdfw/DJSrdUFiJ2I+EPFRJdqVRDSIQ7UFEkSiM wniJHxH9fYkWaQdOClBVdHeyFImEXPce6/1VUhUYMz22XMXukj4CqY/4wj4Iev/iaVXKdQ OgAfbktLxAhDKlAY+WSG9wjeU961WnPGebs1Ot3YXatETQaCJIRxqxrbOVacNvG2xsCshS nmZacoEzObq074mwYb1Bs2PEkFBTVTCay28VwQDEoeYPw524GwHSpPeXVsKpaA== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1661277731; 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=2RC0sxKMivGTVluKWaMxuJ3KPssF3MfXxyKVUs8ULFc=; b=TXGQY3z36yqPOAJgdmnt2JhYWkLwR5uu4Kv3LedFy3wpOMVGUzHnNE4oKMRWD+T13aOESW nW5MBYmQYETScnCA== From: "tip-bot2 for Tony Luck" Sender: tip-bot2@linutronix.de Reply-to: linux-kernel@vger.kernel.org To: linux-tip-commits@vger.kernel.org Subject: [tip: x86/urgent] x86/cpu: Add new Raptor Lake CPU model number Cc: Tony Luck , Dave Hansen , x86@kernel.org, linux-kernel@vger.kernel.org In-Reply-To: <20220823174819.223941-1-tony.luck@intel.com> References: <20220823174819.223941-1-tony.luck@intel.com> MIME-Version: 1.0 Message-ID: <166127773014.401.12112620191231972274.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: quoted-printable 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: ea902bcc1943f7539200ec464de3f54335588774 Gitweb: https://git.kernel.org/tip/ea902bcc1943f7539200ec464de3f5433= 5588774 Author: Tony Luck AuthorDate: Tue, 23 Aug 2022 10:48:19 -07:00 Committer: Dave Hansen CommitterDate: Tue, 23 Aug 2022 10:58:21 -07:00 x86/cpu: Add new Raptor Lake CPU model number Note1: Model 0xB7 already claimed the "no suffix" #define for a regular client part, so add (yet another) suffix "S" to distinguish this new part from the earlier one. Note2: the RAPTORLAKE* and ALDERLAKE* processors are very similar from a software enabling point of view. There are no known features that have model-specific enabling and also differ between the two. In other words, every single place that list *one* or more RAPTORLAKE* or ALDERLAKE* processors should list all of them. Note3: This is being merged before there is an in-tree user. Merging this provides an "anchor" so that the different folks can update their subsystems (like perf) in parallel to use this define and test it. [ dhansen: add a note about why this has no in-tree users yet ] Signed-off-by: Tony Luck Signed-off-by: Dave Hansen Link: https://lkml.kernel.org/r/20220823174819.223941-1-tony.luck@intel.com --- 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/int= el-family.h index def6ca1..aeb3802 100644 --- a/arch/x86/include/asm/intel-family.h +++ b/arch/x86/include/asm/intel-family.h @@ -27,6 +27,7 @@ * _X - regular server parts * _D - micro server parts * _N,_P - other mobile parts + * _S - other client parts * * Historical OPTDIFFs: * @@ -112,6 +113,7 @@ =20 #define INTEL_FAM6_RAPTORLAKE 0xB7 #define INTEL_FAM6_RAPTORLAKE_P 0xBA +#define INTEL_FAM6_RAPTORLAKE_S 0xBF =20 /* "Small Core" Processors (Atom) */