Loading arch/x86/kernel/cpu/common.c +1 −1 Original line number Diff line number Diff line Loading @@ -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); Loading arch/x86/kernel/cpu/mcheck/mce_64.c +1 −1 Original line number Diff line number Diff line Loading @@ -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; Loading Loading
arch/x86/kernel/cpu/common.c +1 −1 Original line number Diff line number Diff line Loading @@ -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); Loading
arch/x86/kernel/cpu/mcheck/mce_64.c +1 −1 Original line number Diff line number Diff line Loading @@ -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; Loading