diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/asm-i386/processor.h | 3 |
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; | |||
727 | extern void enable_sep_cpu(void); | 727 | extern void enable_sep_cpu(void); |
728 | extern int sysenter_setup(void); | 728 | extern int sysenter_setup(void); |
729 | 729 | ||
730 | extern int init_gdt(int cpu, struct task_struct *idle); | ||
731 | extern void secondary_cpu_init(void); | ||
732 | |||
730 | #endif /* __ASM_I386_PROCESSOR_H */ | 733 | #endif /* __ASM_I386_PROCESSOR_H */ |