From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andi Kleen Date: Wed, 04 Aug 2004 17:05:50 +0000 Subject: Re: Self-tuning logic for the time interpolators? Message-Id: <20040804170550.GC11387@wotan.suse.de> List-Id: References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-ia64@vger.kernel.org > + else { > + /* Check for the necessity to adjust every minute [...] > + if (jiffies >= 2*TIME_ADJUST_COUNTDOWN) { But INITIAL_JIFFIES is ((unsigned long)(unsigned int) (-300*HZ)) It will probably not do what you want. -Andi