mirror of
https://github.com/Evolution-X-Devices/kernel_google_b1c1
synced 2026-02-08 23:34:53 +00:00
For some reason, the BITS_PER_LONG == 64 case of atomic_long_set was using atomic_set instead of atomic64_set. This does not jive with architectures which use an inline instead of a #define to implement their atomic_set() primitives. Signed-off-by: Kyle McMartin <kyle@parisc-linux.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2.1 KiB
2.1 KiB