From: Andi Kleen Date: Wed, 11 Jan 2006 21:46:54 +0000 (+0100) Subject: [PATCH] x86_64: Use safe_smp_processor_id in MCE handler X-Git-Tag: v2.6.16-rc1~290 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0a9c3ee7692fa20670986bcf550950e88ab9b4cc;p=pandora-kernel.git [PATCH] x86_64: Use safe_smp_processor_id in MCE handler hard_smp_processor_id would return the local APIC id instead of the Linux processor id. On big systems they are often not identical. safe_smp_processor_id is just a wrapper around it that does the necessary conversions. Signed-off-by: Andi Kleen Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed