commit | 7e1a68abaef094d5927ffe76bce21d6d8aa87bcb | [log] [tgz] |
---|---|---|
author | Stephen Boyd <sboyd@codeaurora.org> | Thu Feb 24 10:44:42 2011 -0800 |
committer | David Brown <davidb@codeaurora.org> | Thu Mar 10 12:01:37 2011 -0800 |
tree | 0634cfbfad54311587d99e46ebec9b4533bf1793 | |
parent | c7831df3937f54bddc20128892a75373549516d0 [diff] |
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>