ck_sequence: Remove unnecessary load fence from seqlock.

ck_pring
Samy Al Bahra 14 years ago
parent 3b63432d03
commit a462c89787

@ -50,9 +50,6 @@ ck_sequence_read_begin(struct ck_sequence *sq)
{
uint32_t current;
/* Avoid fetching an old sequence number. */
ck_pr_fence_load();
for (;;) {
current = ck_pr_load_uint(&sq->sequence);

Loading…
Cancel
Save