From: Andi Kleen Date: Thu, 12 Feb 2009 12:49:33 +0000 (+0100) Subject: x86, mce: replace machine check events logged interval with ratelimit X-Git-Tag: v2.6.30-rc1~2^2~50^2~5^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8457c84d68678cbfd4167a9073b89da58e48c037;p=pandora-kernel.git x86, mce: replace machine check events logged interval with ratelimit 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: Andi Kleen Signed-off-by: H. Peter Anvin --- Reading git-diff-tree failed