]> pilppa.org Git - linux-2.6-omap-h63xx.git/commit
arch/x86/kernel/cpu/mcheck/p4.c: cleanups
authorMin Zhang <mzhang@mvista.com>
Wed, 30 Jan 2008 12:32:11 +0000 (13:32 +0100)
committerIngo Molnar <mingo@elte.hu>
Wed, 30 Jan 2008 12:32:11 +0000 (13:32 +0100)
commit9e8b6d90ac973939c4605236d140ae64d459622b
treefb568a0eacf4a972bb58646eb8f29280063dfe9d
parent8b2cb7a8f531d6ca72a8aff873b9bb1c6b3122ba
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 <mzhang@mvista.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
arch/x86/kernel/cpu/mcheck/k7.c
arch/x86/kernel/cpu/mcheck/p4.c
arch/x86/kernel/cpu/mcheck/p6.c