Re: [PATCH 0/14] v2 multi-die/package topology support

From: Peter Zijlstra
Date: Tue Feb 26 2019 - 14:05:20 EST


On Tue, Feb 26, 2019 at 01:19:58AM -0500, Len Brown wrote:
> Documentation/cputopology.txt | 72 ++++++++++++++---------
> Documentation/x86/topology.txt | 6 +-
> arch/x86/include/asm/processor.h | 5 +-
> arch/x86/include/asm/smp.h | 1 +
> arch/x86/include/asm/topology.h | 5 ++
> arch/x86/kernel/cpu/topology.c | 85 +++++++++++++++++++++-------
> arch/x86/kernel/smpboot.c | 73 +++++++++++++++++++++++-
> arch/x86/xen/smp_pv.c | 1 +
> drivers/base/topology.c | 22 +++++++
> drivers/hwmon/coretemp.c | 9 +--
> drivers/powercap/intel_rapl.c | 75 +++++++++++++-----------
> drivers/thermal/intel/x86_pkg_temp_thermal.c | 9 +--
> include/linux/topology.h | 6 ++
> 13 files changed, 276 insertions(+), 93 deletions(-)

Should we not also have changes to
arch/x86/kernel/cpu/proc.c:show_cpuinfo_cores() ?