]> www.infradead.org Git - users/jedix/linux-maple.git/commit
x86/apic: Fix 32-bit APIC initialization for extended Intel Families
authorSohil Mehta <sohil.mehta@intel.com>
Wed, 19 Feb 2025 18:41:19 +0000 (18:41 +0000)
committerIngo Molnar <mingo@kernel.org>
Wed, 19 Mar 2025 10:19:29 +0000 (11:19 +0100)
commit680d9b2a56681bc63eb7d2109700536d494b6c8c
treeea81c9c19b4c5c2e23c5b801afba101166203d5f
parenta46f322661857d58b93f557bcb708260f18c18fd
x86/apic: Fix 32-bit APIC initialization for extended Intel Families

APIC detection is currently limited to a few specific Families and will
not match the upcoming Families >=18.

Extend the check to include all Families 6 or greater. Also convert it
to a VFM check to make it simpler.

Signed-off-by: Sohil Mehta <sohil.mehta@intel.com>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Acked-by: Dave Hansen <dave.hansen@linux.intel.com>
Link: https://lore.kernel.org/r/20250219184133.816753-2-sohil.mehta@intel.com
arch/x86/kernel/apic/apic.c