From: Stephen Boyd Date: Thu, 24 Feb 2011 18:44:42 +0000 (-0800) Subject: msm: scm: Mark inline asm as volatile X-Git-Tag: v2.6.39-rc1~433^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7e1a68abaef094d5927ffe76bce21d6d8aa87bcb;p=pandora-kernel.git 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 Acked-by: Will Deacon Signed-off-by: David Brown --- Reading git-diff-tree failed