From: Vikram Mulukutla Date: Tue, 5 Aug 2014 01:31:45 +0000 (-0700) Subject: ARM: qcom: scm: Flush the command buffer only instead of the entire cache X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~71^2~9^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=404b5a97f5a2a718bb0feccc3712b1ab88f073d5;p=pandora-kernel.git ARM: qcom: scm: Flush the command buffer only instead of the entire cache scm_call flushes the entire cache before calling into the secure world. This is both a performance penalty as well as insufficient on SMP systems where the CPUs possess a write-back L1 cache. Flush only the command and response buffers instead, moving the responsibility of flushing any other cached buffer (being passed to the secure world) to callers. Signed-off-by: Vikram Mulukutla Signed-off-by: Stephen Boyd Signed-off-by: Kumar Gala --- Reading git-diff-tree failed