Re: [patch V3 01/22] timer: Make pinned a timer property

2016-07-01 Thread Frederic Weisbecker
On Fri, Jun 24, 2016 at 02:32:01PM -, Thomas Gleixner wrote: > We want to move the timer migration from a push to a pull model. This requires > to store the pinned attribute of a timer in the timer itself. This must happen > at initialization time. > > Add the helper macros for this. > > Sign

[patch V3 01/22] timer: Make pinned a timer property

2016-06-24 Thread Thomas Gleixner
We want to move the timer migration from a push to a pull model. This requires to store the pinned attribute of a timer in the timer itself. This must happen at initialization time. Add the helper macros for this. Signed-off-by: Thomas Gleixner Cc: Peter Zijlstra Cc: Frederic Weisbecker Cc: Ch