]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[PATCH] x86_64: Use safe_smp_processor_id in MCE handler
authorAndi Kleen <ak@suse.de>
Wed, 11 Jan 2006 21:46:54 +0000 (22:46 +0100)
committerLinus Torvalds <torvalds@g5.osdl.org>
Thu, 12 Jan 2006 03:05:03 +0000 (19:05 -0800)
commit0a9c3ee7692fa20670986bcf550950e88ab9b4cc
tree62721a6246e5b60a4a7ee779d82bf3b88a0896e6
parent11a8e778c46ee76fc46b0a7fa9d455b5a8e3e19f
[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 <ak@suse.de>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/x86_64/kernel/mce.c