diff options
Diffstat (limited to 'include')
-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 b25a2f5b5375..80f7e8a1e878 100644 --- a/include/asm-i386/processor.h +++ b/include/asm-i386/processor.h | |||
@@ -744,6 +744,6 @@ extern void enable_sep_cpu(void); | |||
744 | extern int sysenter_setup(void); | 744 | extern int sysenter_setup(void); |
745 | 745 | ||
746 | extern void cpu_set_gdt(int); | 746 | extern void cpu_set_gdt(int); |
747 | extern void secondary_cpu_init(void); | 747 | extern void cpu_init(void); |
748 | 748 | ||
749 | #endif /* __ASM_I386_PROCESSOR_H */ | 749 | #endif /* __ASM_I386_PROCESSOR_H */ |