From: Andi Kleen Date: Thu, 12 Feb 2009 12:49:32 +0000 (+0100) Subject: x86, mce, cmci: avoid potential reentry of threshold interrupt X-Git-Tag: v2.6.30-rc1~2^2~50^2~5^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f9695df42cdbca78530b4458c38ecfdd0bb90079;p=pandora-kernel.git x86, mce, cmci: avoid potential reentry of threshold interrupt Impact: minor bugfix The threshold handler on AMD (and soon on Intel) could be theoretically reentered by the hardware. This could lead to corrupted events because the machine check poll code assumes it is not reentered. Move the APIC ACK to the end of the interrupt handler to let the hardware avoid that. Signed-off-by: Andi Kleen Signed-off-by: H. Peter Anvin --- Reading git-diff-tree failed