From mboxrd@z Thu Jan 1 00:00:00 1970 From: johnstul@us.ibm.com (John Stultz) Date: Tue, 13 Nov 2012 11:06:49 -0800 Subject: [PATCH] clocksource: arm_generic: use integer math helpers In-Reply-To: <1351520658-23028-1-git-send-email-linus.walleij@linaro.org> References: <1351520658-23028-1-git-send-email-linus.walleij@linaro.org> Message-ID: <50A29A49.1050903@us.ibm.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 10/29/2012 07:24 AM, Linus Walleij wrote: > 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 Applied. Thanks -john