From: Steven Fuerst Date: Wed, 15 Aug 2012 22:07:16 +0000 (-0700) Subject: Annotate int2float() as being a pure function. X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~20^2~3^2~69 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9e9eb7c60d57620bfe46b2a489e7f56a5925115a;p=pandora-kernel.git Annotate int2float() as being a pure function. This allows gcc to fold duplicate calls into a single call. Since the current users do actually call it multiple times with the same arguments, this is an obvious win. Signed-off-by: Steven Fuerst --- Reading git-diff-tree failed