Skip to content
Commit 174cb7f9 authored by Christopher Friedt's avatar Christopher Friedt Committed by Anas Nashif
Browse files

kernel: atomics: support for 64-bit atomic operations



With this change, `atomic_t` is 32-bit for 32-bit architectures
and 64-bit for 64-bit architectures. More specifically,
`sizeof(atomic_t) == sizeof(long)`.

Fixes #39530

Signed-off-by: default avatarChristopher Friedt <chrisfriedt@gmail.com>
parent 0b400d86
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment