Re: 2.4.5 gcc3 build patch

2001-06-12 Thread Andrea Arcangeli
On Tue, Jun 12, 2001 at 04:27:33PM -0700, Richard Henderson wrote: > We fixed a bug in cv-qualification checking. > > timer.c:35: conflicting types for `xtime' > include/linux/sched.h:540: previous declaration of `xtime' > > There's no need for the volatile qualification here. One, being a > st

2.4.5 gcc3 build patch

2001-06-12 Thread Richard Henderson
We fixed a bug in cv-qualification checking. timer.c:35: conflicting types for `xtime' include/linux/sched.h:540: previous declaration of `xtime' There's no need for the volatile qualification here. One, being a struct it doesn't do any good, and two it's protected by xtime_lock. r~ --- ker