Re: [PATCH 05/14] cpu topology: Export die_id

From: Len Brown
Date: Tue Mar 26 2019 - 14:18:53 EST


On Thu, Mar 7, 2019 at 9:45 AM Morten Rasmussen
<morten.rasmussen@xxxxxxx> 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