From: Mark Rutland Date: Mon, 12 Nov 2012 14:49:27 +0000 (+0000) Subject: arm: arch_timer: use u64/u32 for register data X-Git-Tag: v3.9-rc1~115^2~8^2^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ef01c1d1483d214357f183949bc6173f29906a87;p=pandora-kernel.git arm: arch_timer: use u64/u32 for register data To ensure the correct size of types, use u64 for the return value of arch_timer_get_cnt{p,v}ct, and u32 for arch_timer_rate, matching the size of the registers these values are taken from. While we're changing them anyway, simplify the implementation of arch_timer_get_cnt{p,v}ct. Signed-off-by: Mark Rutland Acked-by: Catalin Marinas Acked-by: Marc Zyngier Acked-by: Santosh Shilimkar --- Reading git-diff-tree failed