]> Pileus Git - ~andy/linux/commit
clocksource: arm_global_timer: Switch to sched_clock_register()
authorStephen Boyd <sboyd@codeaurora.org>
Tue, 19 Nov 2013 23:47:32 +0000 (00:47 +0100)
committerDaniel Lezcano <daniel.lezcano@linaro.org>
Wed, 11 Dec 2013 10:40:23 +0000 (11:40 +0100)
commitaf066fce5fa6b615588732cad6909c450a9eb616
tree330fdb3c8441f845c2957ed818fb548a66870425
parent31f8ad387e4306ec1fb2a01c5cd0d648b5e9bff5
clocksource: arm_global_timer: 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. While we're here increase the number of bits that
sched_clock can handle to 64 to make full use of the counter.

Cc: Stuart Menefy <stuart.menefy@st.com>
Cc: Srinivas Kandagatla <srinivas.kandagatla@st.com>
Acked-by: Srinivas Kandagatla <srinivas.kandagatla@st.com>
Acked-by: Stuart Menefy <stuart.menefy@st.com>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
drivers/clocksource/arm_global_timer.c