x86, mce: replace machine check events logged interval with ratelimit
Andi Kleen authored

Impact: behavior change, use common code

Use a standard leaky bucket ratelimit for the machine check
warning print interval instead of waiting every check_interval.
Also decrease the limit to twice per minute.
This interacts better with threshold interrupts because
they can happen more often than check_interval.
Signed-off-by: default avatarAndi Kleen <ak@linux.intel.com>
Signed-off-by: default avatarH. Peter Anvin <hpa@zytor.com>
8457c84d
Name Last commit Last update
..
alpha cpumask: Use cpu_*_mask accessors code: alpha
arm [ARM] 5405/1: ep93xx: remove unused gesbc9312.h header
avr32 [ARM] 5400/1: Add support for inverted rdy_busy pin for Atmel nand device controller
blackfin Blackfin arch: Remove outdated code
cris Merge branch 'syscalls' of git://git390.osdl.marist.edu/pub/scm/linux-2.6
frv FRV: in_interrupt() requires #inclusion of linux/hardirq.h not asm/hardirq.h now
h8300 Merge branch 'syscalls' of git://git390.osdl.marist.edu/pub/scm/linux-2.6
ia64 [IA64] xen_domu build fix
m32r eeprom: More consistent symbol names
m68k m68k: atari - Rename "mfp" to "st_mfp"
m68knommu m68knommu: fix 5329 ColdFire periphal addressing
mips x86: spinlocks: define dummy __raw_spin_is_contended
mn10300 mn10300: fix typo && -> || in arch/mn10300/unit-asb2305/pci.c
parisc Documentation: move DMA-mapping.txt to Doc/PCI/
powerpc Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc
s390 [S390] fix "mem=" handling in case of standby memory
sh sh: Fix up T-bit error handling in SH-4A mutex fastpath.
sparc sparc64: Fix probe_kernel_{read,write}().
um uml: fix vde network backend in user mode linux
x86 x86, mce: replace machine check events logged interval with ratelimit
xtensa byteorder: make swab.h include asm/swab.h like a regular header
.gitignore arch: Ignore arch/i386 and arch/x86_64
Kconfig [CVE-2009-0029] System call wrapper infrastructure