From: George Spelvin Date: Fri, 5 Oct 2012 00:12:27 +0000 (-0700) Subject: lib: vsprintf: optimize division by 10 for small integers X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~12^2~140 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e49317d415f5a44bad8377a208d61902d752303e;p=pandora-kernel.git lib: vsprintf: optimize division by 10 for small integers Shrink the reciprocal approximations used in put_dec_full4() based on the comments in put_dec_full9(). Signed-off-by: George Spelvin Cc: Denys Vlasenko Cc: Michal Nazarewicz Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed