[RFC PATCH v9 2/4] ARM: gic: Add PPI registration interface

Jeff Ohlstein johlstei at codeaurora.org
Thu Jul 21 20:21:36 EDT 2011


Marc Zyngier wrote:
> @@ -298,14 +289,23 @@ int __cpuinit local_timer_setup(struct clock_event_device *evt)
>  		clockevent_delta2ns(0xf0000000 >> clock->shift, evt);
>  	evt->min_delta_ns = clockevent_delta2ns(4, evt);
>  
> -	local_clock_event = evt;
> -
> -	gic_enable_ppi(clock->irq.irq);
> +	res = git_request_ppi(evt->irq, msm_timer_interrupt, evt);

Typo, should be gic_request_ppi.

Jeff

-- 
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