From: Ingo Molnar Date: Wed, 4 Mar 2009 10:47:17 +0000 (+0100) Subject: x86, mce: fix build failure in arch/x86/kernel/cpu/mcheck/threshold.c X-Git-Tag: v2.6.30-rc1~2^2~50^2~5^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=73af76dfd1f998dba71d8e8e785cbe77a990bf17;p=pandora-kernel.git x86, mce: fix build failure in arch/x86/kernel/cpu/mcheck/threshold.c Impact: build fix The APIC code rewrite in the x86 tree broke the x86/mce branch: arch/x86/kernel/cpu/mcheck/threshold.c: In function ‘mce_threshold_interrupt’: arch/x86/kernel/cpu/mcheck/threshold.c:24: error: implicit declaration of function ‘ack_APIC_irq’ Also tidy up the file a bit while at it. Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed