x86/boot: Switch to new Intel CPU model defines
authorTony Luck <tony.luck@intel.com>
Mon, 20 May 2024 22:46:05 +0000 (15:46 -0700)
committerDave Hansen <dave.hansen@linux.intel.com>
Tue, 28 May 2024 17:59:03 +0000 (10:59 -0700)
commit6fd5e8855e60a94f6f4b78a1314afac56fce7427
treef1a9e43dab2cce5dd2f943bebaf151546cc7eaa1
parent744866f5c0e2e13dccde754ade8c89924a29e04d
x86/boot: Switch to new Intel CPU model defines

New CPU #defines encode vendor and family as well as model but
boot code doesn't have all the infrastructure to use them. Hard
code the one CPU model number used here.

Signed-off-by: Tony Luck <tony.luck@intel.com>
Signed-off-by: Dave Hansen <dave.hansen@linux.intel.com>
Link: https://lore.kernel.org/all/20240520224620.9480-35-tony.luck%40intel.com
arch/x86/boot/cpucheck.c