Page MenuHomeFreeBSD

arm: add missing atomic-pointer functions
ClosedPublic

Authored by ehem_freebsd_m5p.com on Dec 22 2022, 2:26 AM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Nov 27, 7:18 PM
Unknown Object (File)
Tue, Nov 25, 9:02 PM
Unknown Object (File)
Thu, Nov 13, 12:53 AM
Unknown Object (File)
Thu, Nov 6, 2:50 AM
Unknown Object (File)
Oct 27 2025, 8:31 AM
Unknown Object (File)
Oct 18 2025, 12:21 AM
Unknown Object (File)
Oct 11 2025, 4:03 AM
Unknown Object (File)
Oct 11 2025, 4:02 AM
Subscribers

Details

Summary

The pointer function types were missing for these functions, so add
them. Valuable for places where type sizes vary by architecture.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 48790
Build 45679: arc lint + arc unit

Event Timeline

Having the atomic types which vary matching the size of size_t seems distinctly helpful. Since @andrew is the one who matches, any chance this can pass through quickly?

This revision is now accepted and ready to land.Jan 30 2023, 3:12 PM
This revision was automatically updated to reflect the committed changes.