On Fri, Aug 03, 2001 at 11:59:35AM +0200, Thiemo Seufer wrote: > > That's a bug which got fixed in the latest kernels by removing the > > volatile from the sched.h declaration. > > And since timer.c kept the volatile definition, it does not compile > now. The volatile should either be removed in timer.c or added in > sched.h, I don't know what is right. Remove the volatile from timer.c; that's what's in 2.4.7. Ralf