spinlock/mcs: Migrate to acquire semantics on lock.

No functional impact on target architectures.
ck_pring
Samy Al Bahra 10 years ago
parent d99feda642
commit 3c2c91daa4

@ -103,7 +103,7 @@ ck_spinlock_mcs_lock(struct ck_spinlock_mcs **queue, struct ck_spinlock_mcs *nod
ck_pr_stall(); ck_pr_stall();
} }
ck_pr_fence_load(); ck_pr_fence_acquire();
return; return;
} }

Loading…
Cancel
Save