pkt_sched: Convert CBQ to tasklet_hrtimer.
authorDavid S. Miller <davem@davemloft.net>
Fri, 21 Aug 2009 23:51:38 +0000 (16:51 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 24 Aug 2009 01:52:38 +0000 (18:52 -0700)
This code expects to run in softirq context, and bare hrtimers
run in hw IRQ context.

Signed-off-by: David S. Miller <davem@davemloft.net>
Acked-by: Thomas Gleixner <tglx@linutronix.de>

No differences found