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 ae6012d commit c9a4b55Copy full SHA for c9a4b55
arch/x86/kernel/cpu/intel.c
@@ -555,7 +555,9 @@ static void init_intel(struct cpuinfo_x86 *c)
555
c->x86_vfm == INTEL_WESTMERE_EX))
556
set_cpu_bug(c, X86_BUG_CLFLUSH_MONITOR);
557
558
- if (boot_cpu_has(X86_FEATURE_MWAIT) && c->x86_vfm == INTEL_ATOM_GOLDMONT)
+ if (boot_cpu_has(X86_FEATURE_MWAIT) &&
559
+ (c->x86_vfm == INTEL_ATOM_GOLDMONT ||
560
+ c->x86_vfm == INTEL_LUNARLAKE_M))
561
set_cpu_bug(c, X86_BUG_MONITOR);
562
563
#ifdef CONFIG_X86_64
0 commit comments