mirror of
https://github.com/torvalds/linux.git
synced 2026-01-25 15:03:52 +08: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>