commit | 0a9c3ee7692fa20670986bcf550950e88ab9b4cc | [log] [tgz] |
---|---|---|
author | Andi Kleen <ak@suse.de> | Wed Jan 11 22:46:54 2006 +0100 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Wed Jan 11 19:05:03 2006 -0800 |
tree | 62721a6246e5b60a4a7ee779d82bf3b88a0896e6 | |
parent | 11a8e778c46ee76fc46b0a7fa9d455b5a8e3e19f [diff] |
[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>