Re: [PATCHv4 2/4] ARM: Allow machines to override __delay()

2011-04-05 Thread Stephen Boyd
> 2010/12/20 Stephen Boyd : > >> Some machines want to implement their own __delay() routine based >> on fixed rate timers. Expose functionality to set the __delay() >> routine at runtime. This should allow two machines with different >> __delay() routines to happily co-exist within the same kernel

Re: [PATCHv4 2/4] ARM: Allow machines to override __delay()

2011-04-05 Thread Linus Walleij
2010/12/20 Stephen Boyd : > Some machines want to implement their own __delay() routine based > on fixed rate timers. Expose functionality to set the __delay() > routine at runtime. This should allow two machines with different > __delay() routines to happily co-exist within the same kernel > with

[PATCHv4 2/4] ARM: Allow machines to override __delay()

2010-12-20 Thread Stephen Boyd
Some machines want to implement their own __delay() routine based on fixed rate timers. Expose functionality to set the __delay() routine at runtime. This should allow two machines with different __delay() routines to happily co-exist within the same kernel with minimal overhead. Russell expressed