mirror of
https://github.com/hardkernel/linux.git
synced 2026-05-22 11:59:11 +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>