diff options
Diffstat (limited to 'arch/i386/kernel/smpboot.c')
-rw-r--r-- | arch/i386/kernel/smpboot.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/i386/kernel/smpboot.c b/arch/i386/kernel/smpboot.c index 82b26d5ce476..0831f709f777 100644 --- a/arch/i386/kernel/smpboot.c +++ b/arch/i386/kernel/smpboot.c | |||
@@ -1061,7 +1061,7 @@ static void __cpuinit do_warm_boot_cpu(void *p) | |||
1061 | 1061 | ||
1062 | static int __cpuinit __smp_prepare_cpu(int cpu) | 1062 | static int __cpuinit __smp_prepare_cpu(int cpu) |
1063 | { | 1063 | { |
1064 | DECLARE_COMPLETION(done); | 1064 | DECLARE_COMPLETION_ONSTACK(done); |
1065 | struct warm_boot_cpu_info info; | 1065 | struct warm_boot_cpu_info info; |
1066 | struct work_struct task; | 1066 | struct work_struct task; |
1067 | int apicid, ret; | 1067 | int apicid, ret; |