]> git.baikalelectronics.ru Git - kernel.git/commit
msm: scm: Mark inline asm as volatile
authorStephen Boyd <sboyd@codeaurora.org>
Thu, 24 Feb 2011 18:44:42 +0000 (10:44 -0800)
committerDavid Brown <davidb@codeaurora.org>
Thu, 10 Mar 2011 20:01:37 +0000 (12:01 -0800)
commit104f849308dd2b8d524a677865088ece454350ce
tree0634cfbfad54311587d99e46ebec9b4533bf1793
parentc010db1b0027663dfc5c572d36650b49e65bd2d0
msm: scm: Mark inline asm as volatile

We don't want the compiler to remove these asm statements or
reorder them in any way. Mark them as volatile to be sure.

Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Acked-by: Will Deacon <will.deacon@arm.com>
Signed-off-by: David Brown <davidb@codeaurora.org>
arch/arm/mach-msm/scm.c