commit | 2d9cd6c27f00958a31622b8e9909d5e35f069b28 | [log] [tgz] |
---|---|---|
author | Jan Beulich <jbeulich@novell.com> | Fri Aug 29 13:15:04 2008 +0100 |
committer | Ingo Molnar <mingo@elte.hu> | Sat Sep 06 19:50:41 2008 +0200 |
tree | 6ff04d7eeec2ac5a2e45320684dfc203d5da5f92 | |
parent | e3224234717b4228c235cee401af89212f17a3a4 [diff] [blame] |
x86-64: add two __cpuinit annotations Signed-off-by: Jan Beulich <jbeulich@novell.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>
diff --git a/arch/x86/kernel/cpu/common.c b/arch/x86/kernel/cpu/common.c index e8045c4..5cde4b1 100644 --- a/arch/x86/kernel/cpu/common.c +++ b/arch/x86/kernel/cpu/common.c
@@ -845,7 +845,7 @@ char boot_cpu_stack[IRQSTACKSIZE] __page_aligned_bss; -void pda_init(int cpu) +void __cpuinit pda_init(int cpu) { struct x8664_pda *pda = cpu_pda(cpu);