diff options
Diffstat (limited to 'include/asm-i386/processor.h')
-rw-r--r-- | include/asm-i386/processor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-i386/processor.h b/include/asm-i386/processor.h index 01ae0ffcf236..cd940befef53 100644 --- a/include/asm-i386/processor.h +++ b/include/asm-i386/processor.h | |||
@@ -743,7 +743,7 @@ extern unsigned long boot_option_idle_override; | |||
743 | extern void enable_sep_cpu(void); | 743 | extern void enable_sep_cpu(void); |
744 | extern int sysenter_setup(void); | 744 | extern int sysenter_setup(void); |
745 | 745 | ||
746 | extern int init_gdt(int cpu, struct task_struct *idle); | 746 | extern void init_gdt(int cpu, struct task_struct *idle); |
747 | extern void cpu_set_gdt(int); | 747 | extern void cpu_set_gdt(int); |
748 | extern void secondary_cpu_init(void); | 748 | extern void secondary_cpu_init(void); |
749 | 749 | ||