]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
arm: add missing atomic-pointer functions
authorElliott Mitchell <ehem+freebsd@m5p.com>
Thu, 9 May 2024 23:04:35 +0000 (17:04 -0600)
committerWarner Losh <imp@FreeBSD.org>
Thu, 9 May 2024 23:14:59 +0000 (17:14 -0600)
commit98c276811aece750cd93cec53cd6c8f926519da5
treedfb9b698689e700a1f2eace8efcd12443ac13324
parent99adf661ab635a956abc2998689fd42c85f8ccc5
arm: add missing atomic-pointer functions

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

Differential Revision: https://reviews.freebsd.org/D37778
Reviewed by: imp, andrew
Pull Request: https://github.com/freebsd/freebsd-src/pull/1126
sys/arm/include/atomic.h