On 12/08/2024 13:49, Mattias Rönnblom wrote:
Add atomic bit test/set/clear/assign/flip and test-and-set/clear/assign/flip functions.All atomic bit functions allow (and indeed, require) the caller to specify a memory order. Signed-off-by: Mattias Rönnblom <[email protected]> Acked-by: Morten Brørup <[email protected]> Acked-by: Tyler Retzlaff <[email protected]>
Acked-by: Jack Bond-Preston <[email protected]>

