[patch 03/16] arm: s5p: Use clocksource based sched_clock

Stephen Boyd sboyd at codeaurora.org
Sat Apr 23 17:33:05 EDT 2011


On 4/23/2011 1:54 PM, Thomas Gleixner wrote:
>  struct clocksource time_clocksource = {
>  	.name		= "s5p_clocksource_timer",
>  	.rating		= 250,
>  	.read		= s5p_timer_read,
>  	.mask		= CLOCKSOURCE_MASK(32),
> -	.flags		= CLOCK_SOURCE_IS_CONTINUOUS,
> +	.flags		= CLOCK_SOURCE_IS_CONTINUOUS | CLOCKS_SOURCE_SCHED_CLOCK,

Drop the extra 'S'. CLOCK_SOURCE_SCHED_CLOCK.

-- 
Sent by an employee of the Qualcomm Innovation Center, Inc.
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum.



More information about the linux-arm-kernel mailing list