commit | 80f73a053f768487df85017395b7c6612ae3bea4 | [log] [tgz] |
---|---|---|
author | Christopher Friedt <chrisfriedt@gmail.com> | Tue Oct 26 13:58:11 2021 -0400 |
committer | Anas Nashif <anas.nashif@intel.com> | Mon Nov 15 09:59:01 2021 -0500 |
tree | 3aead1e64a1995a0a0401d6ef3dd23a235ad0ffd | |
parent | 174cb7f9f183ed9343433cd345f8548ba492ab1e [diff] |
doc kernel: atomics: support for 64-bit atomic operations By redefining `atomic_t` as `long`, the type is 32-bit on 32-bit architectures and 64-bit on 64-bit architectures. Signed-off-by: Christopher Friedt <chrisfriedt@gmail.com>