]> git.karo-electronics.de Git - karo-tx-linux.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)
commit7e1a68abaef094d5927ffe76bce21d6d8aa87bcb
tree0634cfbfad54311587d99e46ebec9b4533bf1793
parentc7831df3937f54bddc20128892a75373549516d0
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