From: Linus Walleij Date: Mon, 29 Oct 2012 14:24:18 +0000 (+0100) Subject: clocksource: arm_generic: use integer math helpers X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~74^2^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=980097b36074596c76c1367a9e7b70ec8583d55b;p=pandora-kernel.git clocksource: arm_generic: use integer math helpers This will make the two crucial integer divisions in the generic ARM arch timer used for ARMv8 use the kernel DIV_ROUND_CLOSEST() helper inline from so they get more precise. Cc: Marc Zyngier Cc: Catalin Marinas Signed-off-by: Linus Walleij Signed-off-by: John Stultz --- Reading git-diff-tree failed