From: Geert Uytterhoeven <geert@linux-m68k.org>
To: Arjan van de Ven <arjanv@redhat.com>
Cc: Linux Kernel Development <linux-kernel@vger.kernel.org>
Subject: Re: [Fwd: [PATCH] jiffies must be unsigned long]
Date: Tue, 6 Apr 2004 16:01:25 +0200 (MEST) [thread overview]
Message-ID: <Pine.GSO.4.58.0404061600540.4158@waterleaf.sonytel.be> (raw)
In-Reply-To: <1081254194.4680.3.camel@laptop.fenrus.com>
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
prev parent reply other threads:[~2004-04-06 14:01 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-04-06 12:23 Arjan van de Ven
2004-04-06 14:01 ` Geert Uytterhoeven [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=Pine.GSO.4.58.0404061600540.4158@waterleaf.sonytel.be \
--to=geert@linux-m68k.org \
--cc=arjanv@redhat.com \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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®