]> git.karo-electronics.de Git - karo-tx-linux.git/commit
clocksource: bcm2835: Switch to sched_clock_register()
authorStephen Boyd <sboyd@codeaurora.org>
Thu, 18 Jul 2013 23:21:20 +0000 (16:21 -0700)
committerJohn Stultz <john.stultz@linaro.org>
Tue, 30 Jul 2013 18:24:51 +0000 (11:24 -0700)
commit18952f20fadef0a5e099f5c4cac34b97644ccc35
tree639cc80ca630308dbbce00373db943c334930753
parente7e3ff1bfe9c42ee31172e9afdc0383a9e595e29
clocksource: bcm2835: Switch to sched_clock_register()

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.

Cc: Stephen Warren <swarren@wwwdotorg.org>
Acked-by: Stephen Warren <swarren@wwwdotorg.org>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Signed-off-by: John Stultz <john.stultz@linaro.org>
drivers/clocksource/bcm2835_timer.c