mirror of
https://github.com/hardkernel/linux.git
synced 2026-03-28 21:40:27 +09:00
None of this stuff should execute in hw IRQ context, therefore use a tasklet_hrtimer so that it runs in softirq context. Signed-off-by: David S. Miller <davem@davemloft.net> Acked-by: Thomas Gleixner <tglx@linutronix.de>