aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-i386/processor.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-i386/processor.h')
-rw-r--r--include/asm-i386/processor.h2
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;
743extern void enable_sep_cpu(void); 743extern void enable_sep_cpu(void);
744extern int sysenter_setup(void); 744extern int sysenter_setup(void);
745 745
746extern int init_gdt(int cpu, struct task_struct *idle); 746extern void init_gdt(int cpu, struct task_struct *idle);
747extern void cpu_set_gdt(int); 747extern void cpu_set_gdt(int);
748extern void secondary_cpu_init(void); 748extern void secondary_cpu_init(void);
749 749