> - for(i=jiffies+HZ/100;time_before(jiffies, i););
> + for(t=jiffies+HZ/100;time_before(jiffies, t););
how nice... but ehm... if you fix it why not really fix it ???
On Tue, 6 Apr 2004, Arjan van de Ven wrote:
>
> > - for(i=jiffies+HZ/100;time_before(jiffies, i););
> > + for(t=jiffies+HZ/100;time_before(jiffies, t););
>
> how nice... but ehm... if you fix it why not really fix it ???
Because I just want to get rid of all the annoying warnings when trying to
compile as many drivers as possible on m68k.
Gr{oetje,eeting}s,
Geert
--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- [email protected]
In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds