[RFC PATCH v9 2/4] ARM: gic: Add PPI registration interface
Marc Zyngier
marc.zyngier at arm.com
Fri Jul 22 05:30:53 EDT 2011
On 22/07/11 01:21, Jeff Ohlstein wrote:
> 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.
Doh... Thanks for noticing this.
M.
--
Jazz is not dead. It just smells funny...
More information about the linux-arm-kernel
mailing list