diff options
-rw-r--r-- | arch/x86_64/kernel/smpboot.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86_64/kernel/smpboot.c b/arch/x86_64/kernel/smpboot.c index 043b1d262a30..f513dacc177f 100644 --- a/arch/x86_64/kernel/smpboot.c +++ b/arch/x86_64/kernel/smpboot.c | |||
@@ -646,6 +646,7 @@ static int __cpuinit wakeup_secondary_via_INIT(int phys_apicid, unsigned int sta | |||
646 | send_status = apic_read(APIC_ICR) & APIC_ICR_BUSY; | 646 | send_status = apic_read(APIC_ICR) & APIC_ICR_BUSY; |
647 | } while (send_status && (timeout++ < 1000)); | 647 | } while (send_status && (timeout++ < 1000)); |
648 | 648 | ||
649 | mb(); | ||
649 | atomic_set(&init_deasserted, 1); | 650 | atomic_set(&init_deasserted, 1); |
650 | 651 | ||
651 | num_starts = 2; | 652 | num_starts = 2; |