[NET_SCHED]: sch_cbq: use hrtimer for delay_timer
authorPatrick McHardy <kaber@trash.net>
Fri, 16 Mar 2007 08:22:20 +0000 (01:22 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Thu, 26 Apr 2007 05:26:12 +0000 (22:26 -0700)
Switch delay_timer to hrtimer.

The class penalty parameter is changed to use psched ticks as units.
Since iproute never supported using this and the only existing user
(libnl) incorrectly assumes psched ticks as units anyway, this
shouldn't break anything.

Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found