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

Changed files
-3
arch
x86
kernel
cpu
mcheck
-3
arch/x86/kernel/cpu/mcheck/mce.c
··· 2165 2165 if (check_interval == old_check_interval) 2166 2166 return ret; 2167 2167 2168 - if (check_interval < 1) 2169 - check_interval = 1; 2170 - 2171 2168 mutex_lock(&mce_sysfs_mutex); 2172 2169 mce_restart(); 2173 2170 mutex_unlock(&mce_sysfs_mutex);