All of lore.kernel.org
 help / color / mirror / Atom feed
* AA's 00_backout_gcc_3-0-patch-1
@ 2003-05-26 22:30 Marcelo Tosatti
  2003-05-26 22:54 ` Andrea Arcangeli
  0 siblings, 1 reply; 4+ messages in thread
From: Marcelo Tosatti @ 2003-05-26 22:30 UTC (permalink / raw)
  To: Andrea Arcangeli; +Cc: lkml


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 */


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2003-05-26 23:17 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-05-26 22:30 AA's 00_backout_gcc_3-0-patch-1 Marcelo Tosatti
2003-05-26 22:54 ` Andrea Arcangeli
2003-05-26 23:15   ` J.A. Magallon
2003-05-26 23:30     ` Andrea Arcangeli

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.