On Mon, 4 Dec 2017, Felipe Balbi wrote: > Anna-Maria Gleixner <anna-ma...@linutronix.de> writes: > > > From: Thomas Gleixner <t...@linutronix.de> > > > > 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 <t...@linutronix.de> > > Signed-off-by: Anna-Maria Gleixner <anna-ma...@linutronix.de> > > Cc: Felipe Balbi <ba...@kernel.org> > > Cc: linux-...@vger.kernel.org > > 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 <felipe.ba...@linux.intel.com> > > -- > balbi >