Skip to content

Commit ef81e63

Browse files
committed
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull x86 fix from Ingo Molnar: "A single fix for a MCE-polling regression, which prevented the disabling of polling" * 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: x86/MCE: Remove min interval polling limitation
2 parents 43227e0 + fbdb328 commit ef81e63

File tree

1 file changed

+0
-3
lines changed
  • arch/x86/kernel/cpu/mcheck

1 file changed

+0
-3
lines changed

arch/x86/kernel/cpu/mcheck/mce.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2165,9 +2165,6 @@ static ssize_t store_int_with_restart(struct device *s,
21652165
if (check_interval == old_check_interval)
21662166
return ret;
21672167

2168-
if (check_interval < 1)
2169-
check_interval = 1;
2170-
21712168
mutex_lock(&mce_sysfs_mutex);
21722169
mce_restart();
21732170
mutex_unlock(&mce_sysfs_mutex);

0 commit comments

Comments
 (0)