Re: [patch V3 05/40] x86/cpu: Move cpu_die_id into topology info
From: Zhang, Rui
Date: Wed Aug 09 2023 - 10:32:45 EST
Hi, Thomas,
On Wed, 2023-08-02 at 12:21 +0200, Thomas Gleixner wrote:
> Move the next member.
>
> No functional change.
>
> Signed-off-by: Thomas Gleixner <tglx@xxxxxxxxxxxxx>
> ---
> Documentation/arch/x86/topology.rst | 4 ++--
> arch/x86/include/asm/processor.h | 4 +++-
> arch/x86/include/asm/topology.h | 2 +-
> arch/x86/kernel/cpu/amd.c | 8 ++++----
> arch/x86/kernel/cpu/cacheinfo.c | 2 +-
> arch/x86/kernel/cpu/common.c | 2 +-
> arch/x86/kernel/cpu/hygon.c | 8 ++++----
> arch/x86/kernel/cpu/topology.c | 2 +-
> arch/x86/kernel/smpboot.c | 10 +++++-----
> 9 files changed, 22 insertions(+), 20 deletions(-)
>
> --- a/Documentation/arch/x86/topology.rst
> +++ b/Documentation/arch/x86/topology.rst
> @@ -55,7 +55,7 @@ AMD nomenclature for package is 'Node'.
>
> The number of dies in a package. This information is retrieved
> via CPUID.
>
> - - cpuinfo_x86.cpu_die_id:
> + - cpuinfo_x86.topo_die_id:
s/topo_die_id/topo.die_id
thanks,
rui