commit | 8a3269fc21cc4405d80b362139c078cf655a505a | [log] [tgz] |
---|---|---|
author | Stefan Agner <stefan@agner.ch> | Tue May 12 10:30:41 2009 -0700 |
committer | Nicolas Pitre <nico@cam.org> | Mon Jun 08 13:04:54 2009 -0400 |
tree | 5b8167964d803515471e1a7450eb1f4fd74655c9 | |
parent | e50b6befae9ea91c2d190fb78ff1e06a0b950add [diff] |
[ARM] orion: sched_clock implementation for orion platforms sched_clock implementation for orion platform. Its realized using free-running clocksource timer, which provides a resolution of 7.5ns (depending on tclk). It's derived from PXA's sched_clock implementation. [ nico: renamed orion2ns to tclk2ns, fixed max value in the comment ] Signed-off-by: Stefan Agner <stefan.agner@yahoo.com> Signed-off-by: Nicolas Pitre <nico@marvell.com>