linux/arch/arm/mach-qcom
Stephen Boyd f76c691657 ARM: qcom: scm: Fix incorrect cache invalidation
The cache invalidation in scm_call() correctly rounds down the start
address to invalidate the beginning of the cacheline but doesn't properly
round up the 'end' address to make it aligned.  The last chunk of the
buffer won't be invalidated when 'end' is not cacheline size aligned so
make sure to invalidate the last few bytes in such situations. It also
doesn't do anything about outer caches so make sure to invalidate and flush
those as well.

Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Signed-off-by: Kumar Gala <galak@codeaurora.org>
2015-01-19 11:53:31 -06:00
..
board.c ARM: qcom: Add initial IPQ8064 SoC and AP148 device trees 2014-08-21 11:43:34 -05:00
Kconfig ARM: qcom: Select ARCH_SUPPORTS_BIG_ENDIAN 2015-01-19 11:53:30 -06:00
Makefile
platsmp.c ARM: qcom: Add SMP support for KPSSv2 2014-02-11 15:00:40 -06:00
scm-boot.c
scm-boot.h ARM: qcom: Add SMP support for KPSSv1 2014-02-11 15:00:39 -06:00
scm.c ARM: qcom: scm: Fix incorrect cache invalidation 2015-01-19 11:53:31 -06:00
scm.h