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)
Sat, Jul 13, 10:59 PM
Unknown Object (File)
Sat, Jul 13, 10:48 AM
Unknown Object (File)
Tue, Jul 2, 9:34 AM
Unknown Object (File)
Tue, Jul 2, 9:33 AM
Unknown Object (File)
Jun 27 2024, 4:03 AM
Unknown Object (File)
Jun 26 2024, 4:37 PM
Unknown Object (File)
Jun 26 2024, 4:17 PM
Unknown Object (File)
May 16 2024, 6:49 PM
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 Not Applicable
Unit
Tests Not Applicable

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.