From: Min Zhang Date: Wed, 30 Jan 2008 12:32:11 +0000 (+0100) Subject: arch/x86/kernel/cpu/mcheck/p4.c: cleanups X-Git-Tag: v2.6.25-rc1~1143^2~464 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9e8b6d90ac973939c4605236d140ae64d459622b;p=pandora-kernel.git arch/x86/kernel/cpu/mcheck/p4.c: cleanups SMP, the machine check exception dispatches all logical processors within a physical package to the machine-check exception handler, so the printk within each handler outputs concurrently and makes the output unreadable. Refer to Intel system programming guide Part 1 Section 7.8.5 http://developer.intel.com/design/processor/manuals/253668.pdf Signed-off-by: Min Zhang Signed-off-by: Andrew Morton Signed-off-by: Ingo Molnar Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed