aboutsummaryrefslogtreecommitdiff
path: root/i386/intel
diff options
context:
space:
mode:
Diffstat (limited to 'i386/intel')
-rw-r--r--i386/intel/pmap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/i386/intel/pmap.c b/i386/intel/pmap.c
index 129e600b..0387fa8d 100644
--- a/i386/intel/pmap.c
+++ b/i386/intel/pmap.c
@@ -300,7 +300,7 @@ lock_data_t pmap_system_lock;
/* using the pmap */ \
signal_cpus(users, (pmap), (s), (e)); \
while ((pmap)->cpus_using & cpus_active & ~cpu_mask) \
- continue; \
+ cpu_pause(); \
} \
\
/* invalidate our own TLB if pmap is in use */ \