diff options
author | Dmitry Osipenko <digetx@gmail.com> | 2020-02-25 01:40:50 +0300 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2020-03-13 11:23:09 +0100 |
commit | f0c69bdfb0728a7cd0e065c7db434465bd50904c (patch) | |
tree | 8cd524fd7a65c8a31f371f5ccb5ac0eea93504ac /arch/arm/mach-tegra/pm.h | |
parent | 51da5f1cd83444024db3f1d96eccf269e25a46bc (diff) |
ARM: tegra: cpuidle: Make abort_flag atomic
Replace memory accessors with atomic API just to make code consistent
with the abort_barrier. The new variant may be even more correct now
since atomic_read() will prevent compiler from generating wrong things
like carrying abort_flag value in a register instead of re-fetching it
from memory.
Acked-by: Peter De Schrijver <pdeschrijver@nvidia.com>
Tested-by: Peter Geis <pgwipeout@gmail.com>
Tested-by: Jasper Korten <jja2000@gmail.com>
Tested-by: David Heidelberg <david@ixit.cz>
Tested-by: Nicolas Chauvet <kwizart@gmail.com>
Acked-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Signed-off-by: Dmitry Osipenko <digetx@gmail.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'arch/arm/mach-tegra/pm.h')
0 files changed, 0 insertions, 0 deletions