[PATCH v2 2/2] ARM: delay: add registration mechanism for delay timer sources

Will Deacon will.deacon at arm.com
Tue Sep 4 06:44:03 EDT 2012


On Tue, Sep 04, 2012 at 11:07:50AM +0100, Will Deacon wrote:
> On Fri, Aug 31, 2012 at 12:51:25AM +0100, Stephen Boyd wrote:
> > > +void __init register_current_timer_delay(struct delay_timer *timer)
> > 
> > const?
> 
> Sure. I'll send an updated patch.

Gah, spoke too soon. This isn't going to work, as the frequency may not be
known until probe time (for example, it could be obtained by the device
tree) so const data isn't going to cut it.

Will



More information about the linux-arm-kernel mailing list