Files
i2som-imx-linux/include/linux
Mark Rutland 67d1b0de25 locking/atomic: add arch_atomic_long*()
Now that all architectures provide arch_{atomic,atomic64}_*(), we can
build arch_atomic_long_*() atop these, which can be safely used in
noinstr code. The regular atomic_long_*() wrappers are built atop these,
as we do for {atomic,atomic64}_*() atop arch_{atomic,atomic64}_*().

We don't provide arch_* versions of the cond_read*() variants, as we
don't have arch_* versions of the underlying atomic/atomic64 functions
(nor the smp_cond_load*() helpers these are typically based on).

Note that the headers in this patch under include/linux/atomic/ are
generated by the scripts in scripts/atomic/.

Signed-off-by: Mark Rutland <mark.rutland@arm.com>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Link: https://lore.kernel.org/r/20210713105253.7615-5-mark.rutland@arm.com
2021-07-16 18:46:45 +02:00
..
2021-05-06 19:24:11 -07:00
2021-05-08 21:49:48 -06:00
2021-05-06 19:24:11 -07:00
2018-01-01 12:40:27 -07:00
2021-05-07 00:26:34 -07:00
2020-11-16 15:20:01 +01:00
2019-12-11 09:12:38 +01:00
2020-05-08 18:18:11 +01:00
2020-05-08 00:12:42 +02:00
2021-05-12 20:11:17 +02:00
2021-05-07 00:26:35 -07:00
2021-04-08 16:04:20 -07:00
2021-02-03 19:05:50 +01:00
2019-06-15 12:25:49 +02:00
2021-05-06 19:24:11 -07:00
2021-03-25 17:39:33 -07:00
2021-01-06 16:24:59 -08:00
2021-05-07 00:26:35 -07:00
2021-03-30 13:42:33 -04:00