* 2.5.53-mm2 timing problems
@ 2002-12-30 4:53 khromy
2002-12-30 5:21 ` Andrew Morton
0 siblings, 1 reply; 2+ messages in thread
From: khromy @ 2002-12-30 4:53 UTC (permalink / raw)
To: akpm; +Cc: linux-kernel
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.
--
L1: khromy ;khromy(at)lnuxlab.ath.cx
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: 2.5.53-mm2 timing problems
2002-12-30 4:53 2.5.53-mm2 timing problems khromy
@ 2002-12-30 5:21 ` Andrew Morton
0 siblings, 0 replies; 2+ messages in thread
From: Andrew Morton @ 2002-12-30 5:21 UTC (permalink / raw)
To: khromy; +Cc: linux-kernel
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2002-12-30 5:13 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-12-30 4:53 2.5.53-mm2 timing problems khromy
2002-12-30 5:21 ` Andrew Morton
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox