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 X-Spam-Level: X-Spam-Status: No, score=-4.1 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id E0960C43381 for ; Tue, 26 Mar 2019 18:18:51 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id B068720823 for ; Tue, 26 Mar 2019 18:18:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1553624331; bh=Nfnzd4sdx9vZQ/RcUhXBnxvrFrkAtirD6220aVnMIUU=; h=References:In-Reply-To:From:Date:Subject:To:Cc:List-ID:From; b=ofx+ZD2A5/uYrEuZe8MRt1jPvOrlV7yiteNBEw5oyIF3XMktqlwuQ5R9yHDWEV+wT asP5QvF2AW1Or24VLInPc+hbpp4SZWpoawJcpl8oDEYeRRttRaGMRxa+4hI4viTL9L AkgyyjvAk+3zWPueo+eNb4NXt2hobgpGd7DGzgRo= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1732482AbfCZSSu (ORCPT ); Tue, 26 Mar 2019 14:18:50 -0400 Received: from mail-ed1-f68.google.com ([209.85.208.68]:45058 "EHLO mail-ed1-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1731904AbfCZSSu (ORCPT ); Tue, 26 Mar 2019 14:18:50 -0400 Received: by mail-ed1-f68.google.com with SMTP id m16so11624417edd.12; Tue, 26 Mar 2019 11:18:49 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=Bsow1X4q7i7i6LGYg9TTZCc77skn5gkjBjb0nG6qTh0=; b=S06fW6+Vc68JhbO2O8sGjQBcpsij7sqKANemcaZDdLfnQVZUc7AlJWBfbK1t9VJb9u m2LckdhphjxSJ9p876wRnhR0k6YLY/coGtOVkRploKS3YSuhcp+trl0WDrLBM7aiV6V4 QVzjaQxOQZ07/+Z/Y2SbeIib9LYJu6paYfv8NIgDRUiNH6Cy7pQgVIzrNK1D+kH56wkL PJEWapuQKbPaKXRIrXnY4pXePDGYfN0YPqda/p1iDSxjXaCd3yw4Du8lWThVFR3VMeVl KeZCWlxF0WZQjPKsC1aTJ2qS7vGhe1yDrMFpr3J18a4aylo7kGX2N2SnorLbxsbps60x zjFQ== X-Gm-Message-State: APjAAAXd/mBiHpzKgnmb7osOqIX0K4b9UWc5CUet3BkG3bBnJywLD6gl CLLDXLKdzjf34bo3KXTULdIKco2EAdloqOwn8NY= X-Google-Smtp-Source: APXvYqzVw5QthfJaMGAusoK83QXzFzkNhkkZDC34WiWPY+JZSlhTmxVNiQqRd1pruZ9OiKZanE519ABh2LV+AWr4QoU= X-Received: by 2002:a50:89fa:: with SMTP id h55mr21083002edh.296.1553624328651; Tue, 26 Mar 2019 11:18:48 -0700 (PDT) MIME-Version: 1.0 References: <43f15c3d7b5e0fd7e3f257d4c0736200f6198971.1551160674.git.len.brown@intel.com> <20190307144552.GC19434@e105550-lin.cambridge.arm.com> In-Reply-To: <20190307144552.GC19434@e105550-lin.cambridge.arm.com> From: Len Brown Date: Tue, 26 Mar 2019 14:18:37 -0400 Message-ID: Subject: Re: [PATCH 05/14] cpu topology: Export die_id To: Morten Rasmussen Cc: X86 ML , linux-kernel@vger.kernel.org, Len Brown , linux-doc@vger.kernel.org Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Mar 7, 2019 at 9:45 AM Morten Rasmussen wrote: > Can we add the details about die_id further down in cputopology.txt as > well? Done. > > diff --git a/arch/x86/include/asm/topology.h b/arch/x86/include/asm/topology.h > > --- a/arch/x86/include/asm/topology.h > > +++ b/arch/x86/include/asm/topology.h ... > > +#define topology_die_id(cpu) (cpu_data(cpu).cpu_die_id) > > #define topology_core_id(cpu) (cpu_data(cpu).cpu_core_id) > The above is x86 specific and seems to fit better with the next patch in > the series. No problem, I split that x86 line into a separate x86-specific patch. thanks Morten, Len Brown, Intel Open Source Technology Center