From: Jean Delvare Date: Mon, 12 Nov 2012 13:18:02 +0000 (+0100) Subject: drm/i915: Optimize DIV_ROUND_CLOSEST call X-Git-Tag: v3.8-rc1~82^2~14^2~32 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e3fef09dda9ebf113a9a861260eff6f223808043;p=pandora-kernel.git drm/i915: Optimize DIV_ROUND_CLOSEST call DIV_ROUND_CLOSEST is faster if the compiler knows it will only be dealing with unsigned dividends. This optimization rips 32 bytes of binary code on x86_64. Signed-off-by: Jean Delvare Cc: Guenter Roeck Cc: Andrew Morton Cc: Daniel Vetter Cc: David Airlie Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed