diff options
| author | Paul Burton <paul.burton@mips.com> | 2019-10-01 21:53:23 +0000 |
|---|---|---|
| committer | Paul Burton <paul.burton@mips.com> | 2019-10-07 09:42:34 -0700 |
| commit | 40e784b4d4bc31dee5f1db6a20287777d3aaa4dc (patch) | |
| tree | 47ab76acb9d27ec4d5300286ac2ffcb427a3188f /tools/perf/scripts/python | |
| parent | MIPS: atomic: Use _atomic barriers in atomic_sub_if_positive() (diff) | |
| download | linux-40e784b4d4bc31dee5f1db6a20287777d3aaa4dc.tar.gz linux-40e784b4d4bc31dee5f1db6a20287777d3aaa4dc.zip | |
MIPS: atomic: Unify 32b & 64b sub_if_positive
Unify the definitions of atomic_sub_if_positive() &
atomic64_sub_if_positive() using a macro like we do for most other
atomic functions. This allows us to share the implementation ensuring
consistency between the two. Notably this provides the appropriate
loongson3_war barriers in the atomic64_sub_if_positive() case which were
previously missing.
The code is rearranged a little to handle the !kernel_uses_llsc case
first in order to de-indent the LL/SC case & allow us not to go over 80
characters per line.
Signed-off-by: Paul Burton <paul.burton@mips.com>
Cc: linux-mips@vger.kernel.org
Cc: Huacai Chen <chenhc@lemote.com>
Cc: Jiaxun Yang <jiaxun.yang@flygoat.com>
Cc: linux-kernel@vger.kernel.org
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
