Re: netpoll/netconsole minor tweaks

From: Alan Cox
Date: Thu Sep 18 2003 - 07:33:25 EST


On Mer, 2003-09-17 at 19:24, Chris Wright wrote:
> /* Give driver a chance to settle */
> - jiff = jiffies + 2*HZ;
> + jiff = jiffies + 4*HZ;
> while (time_before(jiffies, jiff))
<pedant>
> ;
should be cpu_relax();
</pedant>


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/