Re: [Fwd: [PATCH] jiffies must be unsigned long]

From: Geert Uytterhoeven
Date: Tue Apr 06 2004 - 09:04:18 EST


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 -- geert@xxxxxxxxxxxxxx

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
-
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/