Re: [PATCH 03/16] x86/amd_nb: Clean up early_is_amd_nb()

From: Borislav Petkov
Date: Fri Oct 25 2024 - 11:59:19 EST


On Wed, Oct 23, 2024 at 05:21:37PM +0000, Yazen Ghannam wrote:
> @@ -393,11 +392,11 @@ bool __init early_is_amd_nb(u32 device)
> boot_cpu_data.x86_vendor != X86_VENDOR_HYGON)
> return false;
>
> - if (boot_cpu_data.x86_vendor == X86_VENDOR_HYGON)
> - misc_ids = hygon_nb_misc_ids;
> + if (boot_cpu_has(X86_FEATURE_ZEN))

check_for_deprecated_apis: WARNING: arch/x86/kernel/amd_nb.c:395: Do not use boot_cpu_has() - use cpu_feature_enabled() instead.

--
Regards/Gruss,
Boris.

https://people.kernel.org/tglx/notes-about-netiquette