git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c7831df
)
msm: scm: Mark inline asm as volatile
author
Stephen Boyd
<sboyd@codeaurora.org>
Thu, 24 Feb 2011 18:44:42 +0000
(10:44 -0800)
committer
David Brown
<davidb@codeaurora.org>
Thu, 10 Mar 2011 20:01:37 +0000
(12:01 -0800)
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>
No differences found