Page MenuHomeFreeBSD

smr: add some missed fences.
AbandonedPublic

Authored by kib on Jan 31 2020, 6:16 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Jan 28, 11:18 PM
Unknown Object (File)
Jan 17 2025, 10:04 PM
Unknown Object (File)
Oct 17 2024, 3:59 AM
Unknown Object (File)
Oct 2 2024, 7:08 PM
Unknown Object (File)
Oct 2 2024, 3:05 PM
Unknown Object (File)
Oct 1 2024, 3:22 PM
Unknown Object (File)
Sep 24 2024, 11:16 PM
Unknown Object (File)
Sep 24 2024, 10:15 PM
Subscribers

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 29077

Event Timeline

Move release fence before fcmpset, otherwise it is useless.

Noted by jeff.

sys/kern/subr_smr.c
327

what load is this applying to?

336

what is this synchronizing with and why not atomic_fcmpset_rel_int?

This revision was not accepted when it landed; it landed in state Needs Review.Jan 31 2020, 8:31 PM
This revision was automatically updated to reflect the committed changes.
kib updated this revision to Diff 67580.

Remove committed part.