diff options
| author | Krzysztof Kozlowski <[email protected]> | 2015-02-27 05:50:41 +0900 |
|---|---|---|
| committer | Kukjin Kim <[email protected]> | 2015-02-27 05:50:52 +0900 |
| commit | ca489c58ef0b81cc9c9252fd92e6c9bb38d3c408 (patch) | |
| tree | 0990ef777d9e882e193e92b93273b53bf715dc2e /tools/perf/util/c++/clang.cpp | |
| parent | c517d838eb7d07bbe9507871fab3931deccff539 (diff) | |
ARM: EXYNOS: Don't use LDREX and STREX after disabling cache coherency
During CPU shutdown the exynos_cpu_power_down() is called after
disabling cache coherency and it uses LDREX and STREX instructions (by
calling of_machine_is_compatible() -> kobject_get() -> kref_get()).
The LDREX and STREX should not be used after disabling the cache
coherency so just use soc_is_exynos().
Fixes: adc548d77c22 ("ARM: EXYNOS: Use MCPM call-backs to support S2R
on exynos5420")
Reported-by: Stephen Boyd <[email protected]>
Signed-off-by: Krzysztof Kozlowski <[email protected]>
Cc: <[email protected]>
Reviewed-by: Stephen Boyd <[email protected]>
Signed-off-by: Kukjin Kim <[email protected]>
Diffstat (limited to 'tools/perf/util/c++/clang.cpp')
0 files changed, 0 insertions, 0 deletions