From: Arjan van de Ven <arjanv@redhat.com>
To: linux-kernel@vger.kernel.org
Cc: Geert Uytterhoeven <geert@linux-m68k.org>
Subject: [Fwd: [PATCH] jiffies must be unsigned long]
Date: Tue, 06 Apr 2004 14:23:14 +0200 [thread overview]
Message-ID: <1081254194.4680.3.camel@laptop.fenrus.com> (raw)
[-- 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 --]
next reply other threads:[~2004-04-06 12:23 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-04-06 12:23 Arjan van de Ven [this message]
2004-04-06 14:01 ` [Fwd: [PATCH] jiffies must be unsigned long] Geert Uytterhoeven
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=1081254194.4680.3.camel@laptop.fenrus.com \
--to=arjanv@redhat.com \
--cc=geert@linux-m68k.org \
--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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.