Skip to content
Snippets Groups Projects
Commit 023796b9 authored by Rob Herring's avatar Rob Herring
Browse files

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: default avatarRob Herring <rob.herring@calxeda.com>
parent 7e48c0b9
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment