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 5C83EC04A6A for ; Wed, 9 Aug 2023 15:14:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233518AbjHIPOG (ORCPT ); Wed, 9 Aug 2023 11:14:06 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46050 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229636AbjHIPOF (ORCPT ); Wed, 9 Aug 2023 11:14:05 -0400 Received: from galois.linutronix.de (Galois.linutronix.de [IPv6:2a0a:51c0:0:12e:550::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B5A63D1 for ; Wed, 9 Aug 2023 08:14:04 -0700 (PDT) From: Thomas Gleixner DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1691594042; h=from:from: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=B3sTTqWWsmwFizADQvhTeeO1rumuAfcsA6LtTSkD/Q0=; b=094M9fF6fSomx5tzy1KxSduSyJBCkBVrDD2dstrVRUE4ipHN/xvMBtEvkVTDrDz1yCLqEy 1GPARuTXNqMF46MfqMJwBF5BIm3UF82gmNbvC/pdsM6ZsRkPJ3uJu6Hu+sSmoLfcsU/kj5 9CLE+lIlaezSAln97GR5prwUyfhkJjD/ERC95/dHBNPdijZxfLKbEVn8Nbu2JXANVVG59p BOLizWtHylGg2+1VDF/xPvFRml//WRPXofhaFgJ4VYUEosE63/x35l9yoExqrchmMm88mK jWupuL0SAURnPNzODdtPNf68AP1bg3lFTUlc5HYFXz6wOFxQ7pQFqrFwJfFNjw== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1691594042; h=from:from: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=B3sTTqWWsmwFizADQvhTeeO1rumuAfcsA6LtTSkD/Q0=; b=Diy1ew4OfmuJjHYBXsHc+HO9bpz0bNo7LOQHoO2YQsIzfX/UKlTG2tkiQwmAVVLt99rMFj 9zFR1Qmi7DHncABA== To: "Zhang, Rui" , "linux-kernel@vger.kernel.org" Cc: "Gross, Jurgen" , "mikelley@microsoft.com" , "arjan@linux.intel.com" , "x86@kernel.org" , "thomas.lendacky@amd.com" , "ray.huang@amd.com" , "andrew.cooper3@citrix.com" , "Sivanich, Dimitri" , "wei.liu@kernel.org" Subject: Re: [patch V3 05/40] x86/cpu: Move cpu_die_id into topology info In-Reply-To: <94b826a0d260a4edcf0242b4c4d706bce5e6d0eb.camel@intel.com> References: <20230802101635.459108805@linutronix.de> <20230802101932.991285236@linutronix.de> <94b826a0d260a4edcf0242b4c4d706bce5e6d0eb.camel@intel.com> Date: Wed, 09 Aug 2023 17:14:02 +0200 Message-ID: <87il9ojlj9.ffs@tglx> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Aug 09 2023 at 14:32, Rui Zhang wrote: >> @@ -55,7 +55,7 @@ AMD nomenclature for package is 'Node'. >> =C2=A0 >> =C2=A0=C2=A0=C2=A0=C2=A0 The number of dies in a package. This informati= on is retrieved >> via CPUID. >> =C2=A0 >> -=C2=A0 - cpuinfo_x86.cpu_die_id: >> +=C2=A0 - cpuinfo_x86.topo_die_id: > > s/topo_die_id/topo.die_id Ooops. I surely fixed that up later and forgot to fold back.