We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a5f2dd commit 375a756Copy full SHA for 375a756
arch/x86/kernel/cpu/microcode/intel.c
@@ -21,7 +21,7 @@
21
#include <linux/uio.h>
22
#include <linux/mm.h>
23
24
-#include <asm/intel-family.h>
+#include <asm/cpu_device_id.h>
25
#include <asm/processor.h>
26
#include <asm/tlbflush.h>
27
#include <asm/setup.h>
@@ -577,8 +577,7 @@ static bool is_blacklisted(unsigned int cpu)
577
* This behavior is documented in item BDF90, #334165 (Intel Xeon
578
* Processor E7-8800/4800 v4 Product Family).
579
*/
580
- if (c->x86 == 6 &&
581
- c->x86_model == INTEL_FAM6_BROADWELL_X &&
+ if (c->x86_vfm == INTEL_BROADWELL_X &&
582
c->x86_stepping == 0x01 &&
583
llc_size_per_core > 2621440 &&
584
c->microcode < 0x0b000021) {
0 commit comments