public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Andrew Morton <akpm@digeo.com>
To: khromy <khromy@lnuxlab.ath.cx>
Cc: linux-kernel@vger.kernel.org
Subject: Re: 2.5.53-mm2 timing problems
Date: Sun, 29 Dec 2002 21:21:40 -0800	[thread overview]
Message-ID: <3E0FD7E4.A3EB612D@digeo.com> (raw)
In-Reply-To: 20021230045335.GA26066@lnuxlab.ath.cx

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

      reply	other threads:[~2002-12-30  5:13 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-12-30  4:53 2.5.53-mm2 timing problems khromy
2002-12-30  5:21 ` Andrew Morton [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3E0FD7E4.A3EB612D@digeo.com \
    --to=akpm@digeo.com \
    --cc=khromy@lnuxlab.ath.cx \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox