Skip to content

Commit 105c0b0

Browse files
kv2019ilgirdwood
authored andcommitted
Revert "[NOT FOR UPSTREAM] x86/cpu: Add INTEL_LUNARLAKE_M to X86_BUG_MONITOR"
This reverts commit 81ce24b. Signed-off-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>
1 parent 7c8f180 commit 105c0b0

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

arch/x86/kernel/cpu/intel.c

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -555,9 +555,7 @@ static void init_intel(struct cpuinfo_x86 *c)
555555
c->x86_vfm == INTEL_WESTMERE_EX))
556556
set_cpu_bug(c, X86_BUG_CLFLUSH_MONITOR);
557557

558-
if (boot_cpu_has(X86_FEATURE_MWAIT) &&
559-
(c->x86_vfm == INTEL_ATOM_GOLDMONT ||
560-
c->x86_vfm == INTEL_LUNARLAKE_M))
558+
if (boot_cpu_has(X86_FEATURE_MWAIT) && c->x86_vfm == INTEL_ATOM_GOLDMONT)
561559
set_cpu_bug(c, X86_BUG_MONITOR);
562560

563561
#ifdef CONFIG_X86_64

0 commit comments

Comments
 (0)