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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/asm-i386/processor.h b/include/asm-i386/processor.h
index e0ddca94d50c..a9f2041c7c87 100644
--- a/include/asm-i386/processor.h
+++ b/include/asm-i386/processor.h
@@ -727,4 +727,7 @@ extern unsigned long boot_option_idle_override;
727extern void enable_sep_cpu(void); 727extern void enable_sep_cpu(void);
728extern int sysenter_setup(void); 728extern int sysenter_setup(void);
729 729
730extern int init_gdt(int cpu, struct task_struct *idle);
731extern void secondary_cpu_init(void);
732
730#endif /* __ASM_I386_PROCESSOR_H */ 733#endif /* __ASM_I386_PROCESSOR_H */