RE: [PATCH] x86/cpu: Fix x86_match_cpu() to match just X86_VENDOR_INTEL
From: Luck, Tony
Date: Wed May 15 2024 - 18:08:09 EST
>> There's a wildcard match in arch/x86/kernel/smpboot.c that wants
>> to hit on any CPU made by Intel. The match used to work because
>
> intel_cod_cpu[] or which one?
>
> Please be more specific.
intel_cod_cpu[] is the only one in arch/x86/kernel/smpboot.c
-Tony