From mboxrd@z Thu Jan 1 00:00:00 1970 From: catalin.marinas@arm.com (Catalin Marinas) Date: Mon, 5 Nov 2012 17:26:03 +0000 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: <20121105172603.GG17864@arm.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Mon, Oct 29, 2012 at 02:24:18PM +0000, 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 Acked-by: Catalin Marinas BTW, would this go through John's tree? I'm happy to push it as well. Thanks. -- Catalin