diff options
author | Mark Rutland <mark.rutland@arm.com> | 2021-05-25 15:02:09 +0100 |
---|---|---|
committer | Peter Zijlstra <peterz@infradead.org> | 2021-05-26 13:20:50 +0200 |
commit | 1bdadf46eff6804ace5fa46b6856da4799f12b5c (patch) | |
tree | 35d5e6a754150ea6acbc8c439c51fb1c8ad3355c /arch/sparc/include/asm/cmpxchg_64.h | |
parent | f8b6455a9d381fc513efbec0be0c312b96e6eb6b (diff) | |
download | linux-1bdadf46eff6804ace5fa46b6856da4799f12b5c.tar.gz linux-1bdadf46eff6804ace5fa46b6856da4799f12b5c.tar.bz2 linux-1bdadf46eff6804ace5fa46b6856da4799f12b5c.zip |
locking/atomic: atomic64: support ARCH_ATOMIC
We'd like all architectures to convert to ARCH_ATOMIC, as this will
enable functionality, and once all architectures are converted it will
be possible to make significant cleanups to the atomic headers.
A number of architectures use asm-generic/atomic64.h, and it's
impractical to convert the header and all these architectures in one go.
To make it possible to convert them one-by-one, let's make the
asm-generic implementation function as either atomic64_*() or
arch_atomic64_*() depending on whether ARCH_ATOMIC is selected. To do
this, the generic implementations are prefixed as generic_atomic64_*(),
and preprocessor definitions map atomic64_*()/arch_atomic64_*() onto
these as appropriate.
Once all users are moved over to ARCH_ATOMIC the ifdeffery in the header
can be simplified and/or removed entirely.
For existing users (none of which select ARCH_ATOMIC), there should be
no functional change as a result of this patch.
Signed-off-by: Mark Rutland <mark.rutland@arm.com>
Cc: Arnd Bergmann <arnd@arndb.de>
Cc: Boqun Feng <boqun.feng@gmail.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Will Deacon <will@kernel.org>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Link: https://lore.kernel.org/r/20210525140232.53872-11-mark.rutland@arm.com
Diffstat (limited to 'arch/sparc/include/asm/cmpxchg_64.h')
0 files changed, 0 insertions, 0 deletions