x86, mce: Fix up MCE naming nomenclature
authorBorislav Petkov <borislav.petkov@amd.com>
Fri, 16 Oct 2009 10:31:32 +0000 (12:31 +0200)
committerIngo Molnar <mingo@elte.hu>
Fri, 16 Oct 2009 12:46:49 +0000 (14:46 +0200)
commit5e09954a9acc3b435ffe318b95afd3c02fae069f
treea635ff9e4f550e23cc7cf8f128c5a117bab5a4d3
parent6b50f5c7c7163d50af0946a93b61c05e448f6038
x86, mce: Fix up MCE naming nomenclature

Prefix global/setup routines with "mcheck_" thus differentiating
from the internal facilities prefixed with "mce_". Also, prefix
the per cpu calls with mcheck_cpu and rename them to reflect the
MCE setup hierarchy of calls better.

There should be no functionality change resulting from this
patch.

Signed-off-by: Borislav Petkov <borislav.petkov@amd.com>
Cc: Andi Kleen <andi@firstfloor.org>
LKML-Reference: <1255689093-26921-1-git-send-email-borislav.petkov@amd.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/include/asm/mce.h
arch/x86/kernel/cpu/common.c
arch/x86/kernel/cpu/mcheck/mce.c