]> git.baikalelectronics.ru Git - kernel.git/commit
x86: Don't print number of MCE banks for every CPU
authorRoland Dreier <rdreier@cisco.com>
Thu, 15 Oct 2009 21:21:14 +0000 (14:21 -0700)
committerIngo Molnar <mingo@elte.hu>
Fri, 16 Oct 2009 07:20:03 +0000 (09:20 +0200)
commiteaf942eba43fd014b9a922e4dd93039906b3c515
treeca7623712fb68d8f309684a378a5bb1a4a3df656
parent69098d0b628311de019f3a84d2a771d6a6ba5b4a
x86: Don't print number of MCE banks for every CPU

The MCE initialization code explicitly says it doesn't handle
asymmetric configurations where different CPUs support different
numbers of MCE banks, and it prints a big warning in that case.

Therefore, printing the "mce: CPU supports <x> MCE banks"
message into the kernel log for every CPU is pure redundancy
that clutters the log significantly for systems with lots of
CPUs.

Signed-off-by: Roland Dreier <rolandd@cisco.com>
LKML-Reference: <adaeip473qt.fsf@cisco.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/cpu/mcheck/mce.c