Re: 2.5.53-mm2 timing problems

Andrew Morton (akpm@digeo.com)
Sun, 29 Dec 2002 21:21:40 -0800


khromy wrote:
>
> When playing netris, the shapes fall a lot faster in 2.5.53-mm2 than in
> 2.4.20 and in 2.5.53. Also, the login prompt says "login timed out
> after 60 seconds" when only about 10-15 have passed.

Seems that this is because different parts of the kernel are using
different values of HZ (!).

In include/asm-i386/param.h, please add:

#ifdef __KERNEL__

+#include <linux/config.h>

#ifdef CONFIG_1000HZ
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/