diff options
| author | Mark Rutland <[email protected]> | 2021-05-25 15:02:10 +0100 |
|---|---|---|
| committer | Peter Zijlstra <[email protected]> | 2021-05-26 13:20:50 +0200 |
| commit | 6988631bdfddcedc1d27f83723ea36a442f00ea1 (patch) | |
| tree | 84c188bb30795fb4c3c4b295cc781121914630cc /include/linux | |
| parent | 1bdadf46eff6804ace5fa46b6856da4799f12b5c (diff) | |
locking/atomic: cmpxchg: make `generic` a prefix
The asm-generic implementations of cmpxchg_local() and cmpxchg64_local()
use a `_generic` suffix to distinguish themselves from arch code or
wrappers used elsewhere.
Subsequent patches will add ARCH_ATOMIC support to these
implementations, and will distinguish more functions with a `generic`
portion. To align with how ARCH_ATOMIC uses an `arch_` prefix, it would
be helpful to use a `generic_` prefix rather than a `_generic` suffix.
In preparation for this, this patch renames the existing functions to
make `generic` a prefix rather than a suffix. There should be no
functional change as a result of this patch.
Signed-off-by: Mark Rutland <[email protected]>
Acked-by: Geert Uytterhoeven <[email protected]>
Cc: Arnd Bergmann <[email protected]>
Cc: Boqun Feng <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Will Deacon <[email protected]>
Signed-off-by: Peter Zijlstra (Intel) <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'include/linux')
0 files changed, 0 insertions, 0 deletions