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 d13678e commit 5ba3d72Copy full SHA for 5ba3d72
arch/x86/kernel/cpu/mce/core.c
@@ -1629,11 +1629,10 @@ static int __mcheck_cpu_apply_quirks(struct cpuinfo_x86 *c)
1629
mce_flags.overflow_recov = 1;
1630
1631
/*
1632
- * Turn off MC4_MISC thresholding banks on those models since
+ * Turn off MC4_MISC thresholding banks on all models since
1633
* they're not supported there.
1634
*/
1635
- if (c->x86 == 0x15 &&
1636
- (c->x86_model >= 0x10 && c->x86_model <= 0x1f)) {
+ if (c->x86 == 0x15) {
1637
int i;
1638
u64 hwcr;
1639
bool need_toggle;
0 commit comments