x86-64: add two __cpuinit annotations
[pandora-kernel.git] / arch / x86 / kernel / cpu / common.c
index e8045c4..5cde4b1 100644 (file)
@@ -845,7 +845,7 @@ struct desc_ptr idt_descr = { 256 * 16 - 1, (unsigned long) idt_table };
 
 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);