]> git.baikalelectronics.ru Git - kernel.git/commit
x86, mce: Cleanup param parser
authorHidetoshi Seto <seto.hidetoshi@jp.fujitsu.com>
Thu, 26 Mar 2009 08:39:20 +0000 (17:39 +0900)
committerH. Peter Anvin <hpa@zytor.com>
Thu, 28 May 2009 16:24:09 +0000 (09:24 -0700)
commit0c5517ec5458cc27bbd035cf24614c49a4e0fd20
treee0731de58ff42d9749ec84475cd29968b260cab4
parenta28d60d1b4e8ed4bcf2e2ebb2fbca85e897e6d09
x86, mce: Cleanup param parser

- Fix the comment formatting.

- The error path does not return 0, and printk lacks level and "\n".

- Move __setup("nomce") next to mcheck_disable().

- Improve readability etc.

[ Impact: cleanup ]

Signed-off-by: Hidetoshi Seto <seto.hidetoshi@jp.fujitsu.com>
Acked-by: Andi Kleen <ak@linux.intel.com>
LKML-Reference: <49CB3F38.7090703@jp.fujitsu.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
arch/x86/kernel/cpu/mcheck/mce_64.c