diff options
-rw-r--r-- | arch/x86/kernel/cpu/mcheck/mce.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/x86/kernel/cpu/mcheck/mce.c b/arch/x86/kernel/cpu/mcheck/mce.c index 75919440a188..1ce6db1f8789 100644 --- a/arch/x86/kernel/cpu/mcheck/mce.c +++ b/arch/x86/kernel/cpu/mcheck/mce.c | |||
@@ -1158,7 +1158,7 @@ static int mce_banks_init(void) | |||
1158 | /* | 1158 | /* |
1159 | * Initialize Machine Checks for a CPU. | 1159 | * Initialize Machine Checks for a CPU. |
1160 | */ | 1160 | */ |
1161 | static int mce_cap_init(void) | 1161 | static int __cpuinit mce_cap_init(void) |
1162 | { | 1162 | { |
1163 | unsigned b; | 1163 | unsigned b; |
1164 | u64 cap; | 1164 | u64 cap; |
@@ -1222,7 +1222,7 @@ static void mce_init(void) | |||
1222 | } | 1222 | } |
1223 | 1223 | ||
1224 | /* Add per CPU specific workarounds here */ | 1224 | /* Add per CPU specific workarounds here */ |
1225 | static void mce_cpu_quirks(struct cpuinfo_x86 *c) | 1225 | static void __cpuinit mce_cpu_quirks(struct cpuinfo_x86 *c) |
1226 | { | 1226 | { |
1227 | /* This should be disabled by the BIOS, but isn't always */ | 1227 | /* This should be disabled by the BIOS, but isn't always */ |
1228 | if (c->x86_vendor == X86_VENDOR_AMD) { | 1228 | if (c->x86_vendor == X86_VENDOR_AMD) { |