]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
clocksource: sirf: Switch to sched_clock_register() and use 64 bits
authorStephen Boyd <sboyd@codeaurora.org>
Thu, 18 Jul 2013 23:21:28 +0000 (16:21 -0700)
committerJohn Stultz <john.stultz@linaro.org>
Tue, 30 Jul 2013 18:24:55 +0000 (11:24 -0700)
commit130e6b25a28ff5b2421d6cae5f2bac1f5afdcfb0
treefc763bfbf1d576b30cbeb70f673756e4d4630ec2
parentd9dbcbe0ea29dac15a9ca70c274fec4ef100e187
clocksource: sirf: Switch to sched_clock_register() and use 64 bits

The 32 bit sched_clock interface now supports 64 bits. Upgrade to
the 64 bit function to allow us to remove the 32 bit registration
interface and use all 64 bits of this timer.

Cc: Barry Song <Baohua.Song@csr.com>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Signed-off-by: John Stultz <john.stultz@linaro.org>
drivers/clocksource/timer-prima2.c