Re: [patch V2 34/38] x86/cpu/amd; Invoke detect_extended_topology_early() on boot CPU

2023-05-05 Thread Thomas Gleixner
On Fri, May 05 2023 at 00:04, Andrew Cooper wrote: > On 04/05/2023 8:02 pm, Thomas Gleixner wrote: >> From: Thomas Gleixner >> >> The early detection stores the extended topology leaf number which is >> required for parallel hotplug. >> >> Signed-off-by: Thomas Gleixner > > It occurs to me that

Re: [patch V2 34/38] x86/cpu/amd; Invoke detect_extended_topology_early() on boot CPU

2023-05-04 Thread Andrew Cooper
On 04/05/2023 8:02 pm, Thomas Gleixner wrote: > From: Thomas Gleixner > > The early detection stores the extended topology leaf number which is > required for parallel hotplug. > > Signed-off-by: Thomas Gleixner It occurs to me that this and the previous patch are stale given that we no longer

[patch V2 34/38] x86/cpu/amd; Invoke detect_extended_topology_early() on boot CPU

2023-05-04 Thread Thomas Gleixner
From: Thomas Gleixner The early detection stores the extended topology leaf number which is required for parallel hotplug. Signed-off-by: Thomas Gleixner --- arch/x86/kernel/cpu/amd.c |2 ++ 1 file changed, 2 insertions(+) --- --- a/arch/x86/kernel/cpu/amd.c +++