diff options
author | Vladimir Murzin <vladimir.murzin@arm.com> | 2017-10-16 13:53:18 +0200 |
---|---|---|
committer | Russell King <rmk+kernel@armlinux.org.uk> | 2017-10-23 17:58:52 +0200 |
commit | e8b47e12d6c72f26a8ce85974f98a4050ac7ca24 (patch) | |
tree | 319cee7289dfbde0ab0703eac01a3dd5402c2457 /arch/arm/kernel/smp.c | |
parent | ARM: 8706/1: NOMMU: Move out MPU setup in separate module (diff) | |
download | linux-e8b47e12d6c72f26a8ce85974f98a4050ac7ca24.tar.xz linux-e8b47e12d6c72f26a8ce85974f98a4050ac7ca24.zip |
ARM: 8707/1: NOMMU: Update MPU accessors to use cp15 helpers
Currently, inline assembly for accessing to MPU's cp15 lacks volatile
keyword which opens possibility to compiler to optimise such accesses
as soon as we start using them more intensively. Rather than fixing
inline asm, lets move MPU accessors to use cp15 helpers which do the
right thing.
Tested-by: Szemző András <sza@esh.hu>
Tested-by: Alexandre TORGUE <alexandre.torgue@st.com>
Tested-by: Benjamin Gaignard <benjamin.gaignard@linaro.org>
Signed-off-by: Vladimir Murzin <vladimir.murzin@arm.com>
Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
Diffstat (limited to 'arch/arm/kernel/smp.c')
0 files changed, 0 insertions, 0 deletions