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 7c8f180 commit 105c0b0Copy full SHA for 105c0b0
1 file changed
arch/x86/kernel/cpu/intel.c
@@ -555,9 +555,7 @@ 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) &&
559
- (c->x86_vfm == INTEL_ATOM_GOLDMONT ||
560
- c->x86_vfm == INTEL_LUNARLAKE_M))
+ if (boot_cpu_has(X86_FEATURE_MWAIT) && c->x86_vfm == INTEL_ATOM_GOLDMONT)
561
set_cpu_bug(c, X86_BUG_MONITOR);
562
563
#ifdef CONFIG_X86_64
0 commit comments