* [Fwd: [PATCH] jiffies must be unsigned long]
@ 2004-04-06 12:23 Arjan van de Ven
2004-04-06 14:01 ` Geert Uytterhoeven
0 siblings, 1 reply; 2+ messages in thread
From: Arjan van de Ven @ 2004-04-06 12:23 UTC (permalink / raw)
To: linux-kernel; +Cc: Geert Uytterhoeven
[-- Attachment #1: Type: text/plain, Size: 178 bytes --]
> - 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 ???
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [Fwd: [PATCH] jiffies must be unsigned long]
2004-04-06 12:23 [Fwd: [PATCH] jiffies must be unsigned long] Arjan van de Ven
@ 2004-04-06 14:01 ` Geert Uytterhoeven
0 siblings, 0 replies; 2+ messages in thread
From: Geert Uytterhoeven @ 2004-04-06 14:01 UTC (permalink / raw)
To: Arjan van de Ven; +Cc: Linux Kernel Development
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@linux-m68k.org
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2004-04-06 14:01 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-04-06 12:23 [Fwd: [PATCH] jiffies must be unsigned long] Arjan van de Ven
2004-04-06 14:01 ` Geert Uytterhoeven
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®