From: Rob Herring Date: Mon, 11 Mar 2013 21:23:46 +0000 (-0500) Subject: ARM: arch_timer: use full 64-bit counter for sched_clock X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~7^2~1^2~2^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=023796b9be3a77481cd5ee0b64a13a55bb0d5df4;p=pandora-kernel.git ARM: arch_timer: use full 64-bit counter for sched_clock Only 32-bits of the arch timer were being used and wrapping was needlessly being done in s/w. By using the full counter (56-64 bits), we don't need to deal with wrapping and can simplify the implementation when using arch timer. Signed-off-by: Rob Herring --- Reading git-diff-tree failed