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 b62928f commit c95b323Copy full SHA for c95b323
arch/x86/kernel/cpu/mce/core.c
@@ -1612,11 +1612,10 @@ static int __mcheck_cpu_apply_quirks(struct cpuinfo_x86 *c)
1612
mce_flags.overflow_recov = 1;
1613
1614
/*
1615
- * Turn off MC4_MISC thresholding banks on those models since
+ * Turn off MC4_MISC thresholding banks on all models since
1616
* they're not supported there.
1617
*/
1618
- if (c->x86 == 0x15 &&
1619
- (c->x86_model >= 0x10 && c->x86_model <= 0x1f)) {
+ if (c->x86 == 0x15) {
1620
int i;
1621
u64 hwcr;
1622
bool need_toggle;
0 commit comments