From: Thibaut Laurent <thibaut@celestix.com>
To: Michael Cohen <lkml@ohdarn.net>
Cc: linux-kernel@vger.kernel.org
Subject: Re: [ANNOUNCE] 2.4.18-pre8-mjc
Date: Thu, 7 Feb 2002 23:56:03 +0800 [thread overview]
Message-ID: <20020207235603.4ea1ba49.thibaut@celestix.com> (raw)
In-Reply-To: <1013073474.3684.3.camel@ohdarn.net>
In-Reply-To: <1013073474.3684.3.camel@ohdarn.net>
On 07 Feb 2002 04:17:54 -0500
Michael Cohen <lkml@ohdarn.net> wrote:
| Volatile xtime (MV)
The change in include/sched.h seems to miss its counter-part in kernel/timer.c, hence a type mismatch leading to a compilation failure.
--- linux/kernel/timer.c Thu Feb 7 23:44:00 2002
+++ linux/kernel/timer.c~ Thu Feb 7 23:27:47 2002
@@ -34,7 +34,7 @@
long tick = (1000000 + HZ/2) / HZ; /* timer interrupt period */
/* The current time */
-struct timeval xtime __attribute__ ((aligned (16)));
+volatile struct timeval xtime __attribute__ ((aligned (16)));
/* Don't completely fail for HZ > 500. */
int tickadj = 500/HZ ? : 1; /* microsecs */
Regards,
Thibaut
next prev parent reply other threads:[~2002-02-07 16:29 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-02-07 9:17 [ANNOUNCE] 2.4.18-pre8-mjc Michael Cohen
2002-02-07 10:03 ` Tarkan Erimer
2002-02-07 10:14 ` Michael Cohen
2002-02-11 19:08 ` Bill Davidsen
2002-02-07 10:28 ` Lionel Bouton
2002-02-07 15:56 ` Thibaut Laurent [this message]
2002-02-07 18:24 ` [ANNOUNCE] 2.4.18-pre8-mjc: compile errors Brian Strand
2002-02-07 18:46 ` [ANNOUNCE] 2.4.18-pre8-mjc Paul P Komkoff Jr
-- strict thread matches above, loose matches on Subject: below --
2002-02-07 13:33 Thomas Hood
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=20020207235603.4ea1ba49.thibaut@celestix.com \
--to=thibaut@celestix.com \
--cc=linux-kernel@vger.kernel.org \
--cc=lkml@ohdarn.net \
/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