linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Marcelo Tosatti <marcelo@conectiva.com.br>
To: Andrea Arcangeli <andrea@suse.de>
Cc: lkml <linux-kernel@vger.kernel.org>
Subject: AA's 00_backout_gcc_3-0-patch-1
Date: Mon, 26 May 2003 19:30:44 -0300 (BRT)	[thread overview]
Message-ID: <Pine.LNX.4.55L.0305261929460.30175@freak.distro.conectiva> (raw)


Andrea,

For what reason are you doing this?

diff -urN 2.4.6pre3/kernel/timer.c backoutgcc/kernel/timer.c
--- 2.4.6pre3/kernel/timer.c	Wed Jun 13 04:02:52 2001
+++ backoutgcc/kernel/timer.c	Wed Jun 13 15:49:13 2001
@@ -32,7 +32,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 */


             reply	other threads:[~2003-05-26 22:26 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-05-26 22:30 Marcelo Tosatti [this message]
2003-05-26 22:54 ` AA's 00_backout_gcc_3-0-patch-1 Andrea Arcangeli
2003-05-26 23:15   ` J.A. Magallon
2003-05-26 23:30     ` Andrea Arcangeli

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.LNX.4.55L.0305261929460.30175@freak.distro.conectiva \
    --to=marcelo@conectiva.com.br \
    --cc=andrea@suse.de \
    --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;
as well as URLs for NNTP newsgroup(s).