summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/mcheck/mce_64.c
diff options
context:
space:
mode:
authorJan Beulich2008-08-29 14:15:04 +0200
committerIngo Molnar2008-09-06 19:50:41 +0200
commit2d9cd6c27f00958a31622b8e9909d5e35f069b28 (patch)
tree6ff04d7eeec2ac5a2e45320684dfc203d5da5f92 /arch/x86/kernel/cpu/mcheck/mce_64.c
parentx86, cpu init: call early_init_xxx in init_xxx (diff)
downloadkernel-qcow2-linux-2d9cd6c27f00958a31622b8e9909d5e35f069b28.tar.gz
kernel-qcow2-linux-2d9cd6c27f00958a31622b8e9909d5e35f069b28.tar.xz
kernel-qcow2-linux-2d9cd6c27f00958a31622b8e9909d5e35f069b28.zip
x86-64: add two __cpuinit annotations
Signed-off-by: Jan Beulich <jbeulich@novell.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/kernel/cpu/mcheck/mce_64.c')
-rw-r--r--arch/x86/kernel/cpu/mcheck/mce_64.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/cpu/mcheck/mce_64.c b/arch/x86/kernel/cpu/mcheck/mce_64.c
index 726a5fcdf341..4b031a4ac856 100644
--- a/arch/x86/kernel/cpu/mcheck/mce_64.c
+++ b/arch/x86/kernel/cpu/mcheck/mce_64.c
@@ -860,7 +860,7 @@ error:
return err;
}
-static void mce_remove_device(unsigned int cpu)
+static __cpuinit void mce_remove_device(unsigned int cpu)
{
int i;