summaryrefslogtreecommitdiff
path: root/include/asm-i386/mach-es7000/mach_wakecpu.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-i386/mach-es7000/mach_wakecpu.h')
-rw-r--r--include/asm-i386/mach-es7000/mach_wakecpu.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/asm-i386/mach-es7000/mach_wakecpu.h b/include/asm-i386/mach-es7000/mach_wakecpu.h
index efc903b73486..84ff58314501 100644
--- a/include/asm-i386/mach-es7000/mach_wakecpu.h
+++ b/include/asm-i386/mach-es7000/mach_wakecpu.h
@@ -31,7 +31,8 @@ wakeup_secondary_cpu(int phys_apicid, unsigned long start_eip)
static inline void wait_for_init_deassert(atomic_t *deassert)
{
#ifdef WAKE_SECONDARY_VIA_INIT
- while (!atomic_read(deassert));
+ while (!atomic_read(deassert))
+ cpu_relax();
#endif
return;
}