On Mon, 4 Dec 2017, Felipe Balbi wrote: > Anna-Maria Gleixner <[email protected]> writes: > > > From: Thomas Gleixner <[email protected]> > > > > The tx_tasklet tasklet is used in invoke the hrtimer (task_timer) in > > softirq context. This can be also achieved without the tasklet but > > with HRTIMER_MODE_SOFT as hrtimer mode. > > > > Signed-off-by: Thomas Gleixner <[email protected]> > > Signed-off-by: Anna-Maria Gleixner <[email protected]> > > Cc: Felipe Balbi <[email protected]> > > Cc: [email protected] > > This doesn't compile, so I'm assuming it depends on previous patches on > this series?
Yes, you are right. It depends on the patches for the softirq context hrtimer rework. > > In that case: > > Acked-by: Felipe Balbi <[email protected]> > > -- > balbi >

