From: David S. Miller Date: Mon, 13 Oct 2008 06:56:12 +0000 (-0700) Subject: chmc: Mark %ver register inline asm with __volatile__ X-Git-Tag: v2.6.28-rc1~606^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=615c9136b385d5225d3ece20aa30b28a90c438d6;p=pandora-kernel.git chmc: Mark %ver register inline asm with __volatile__ Otherwise GCC can try to do the register read before the guarding test on us3mc_platform() being true. If that happens we can take an exception, because %ver register reads are not allowed in privileged more on hypervisor platforms. Signed-off-by: David S. Miller --- Reading git-diff-tree failed