Re: [PATCH] natsemi: Use round_jiffies() for slow timers

2007-10-15 Thread Jeff Garzik
Mark Brown wrote: Unless we have failed to fill the RX ring the timer used by the natsemi driver is not particularly urgent and can use round_jiffies() to allow grouping with other timers. Signed-off-by: Mark Brown <[EMAIL PROTECTED]> --- Rediffed against current netdev-2.6.git#upstream driver

[PATCH] natsemi: Use round_jiffies() for slow timers

2007-10-10 Thread Mark Brown
Unless we have failed to fill the RX ring the timer used by the natsemi driver is not particularly urgent and can use round_jiffies() to allow grouping with other timers. Signed-off-by: Mark Brown <[EMAIL PROTECTED]> --- Rediffed against current netdev-2.6.git#upstream drivers/net/natsemi.c |

Re: [PATCH] natsemi: Use round_jiffies() for slow timers

2007-10-09 Thread Jeff Garzik
Mark Brown wrote: Unless we have failed to fill the RX ring the timer used by the natsemi driver is not particularly urgent and can use round_jiffies() to allow grouping with other timers. Signed-off-by: Mark Brown <[EMAIL PROTECTED]> --- drivers/net/natsemi.c | 10 +++--- 1 files changed

[PATCH] natsemi: Use round_jiffies() for slow timers

2007-10-09 Thread Mark Brown
Unless we have failed to fill the RX ring the timer used by the natsemi driver is not particularly urgent and can use round_jiffies() to allow grouping with other timers. Signed-off-by: Mark Brown <[EMAIL PROTECTED]> --- drivers/net/natsemi.c | 10 +++--- 1 files changed, 7 insertions(+), 3