From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965025AbXCQK7A (ORCPT ); Sat, 17 Mar 2007 06:59:00 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S965225AbXCQK7A (ORCPT ); Sat, 17 Mar 2007 06:59:00 -0400 Received: from www.osadl.org ([213.239.205.134]:47084 "EHLO mail.tglx.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S965025AbXCQK67 (ORCPT ); Sat, 17 Mar 2007 06:58:59 -0400 Subject: Re: [BUG] 2.6.21-rc1,2,3 regressions on my system that I found so far From: Thomas Gleixner Reply-To: tglx@linutronix.de To: Len Brown Cc: Maxim Levitsky , linux-kernel@vger.kernel.org, Ingo Molnar , Andrew Morton , Adrian Bunk , Arjan van de Ven In-Reply-To: <1174125404.13341.396.camel@localhost.localdomain> References: <200703161230.03712.maximlevitsky@gmail.com> <1174088686.13341.347.camel@localhost.localdomain> <200703162132.53906.lenb@kernel.org> <1174125404.13341.396.camel@localhost.localdomain> Content-Type: text/plain Date: Sat, 17 Mar 2007 12:05:52 +0100 Message-Id: <1174129552.13341.410.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.6.1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Sat, 2007-03-17 at 10:56 +0100, Thomas Gleixner wrote: > calibrating APIC timer ... > ... lapic delta = 2426884 > ... PM timer delta = 833908 > APIC calibration PIT not consistent with PM Timer: 232ms instead of 100ms > APIC delta adjusted to PM-Timer: 1041737 (2426884) > ..... delta 1041737 > ..... mult: 44749065 > ..... calibration result: 166677 > ..... CPU clock speed is 4659.0624 MHz. > ..... host bus clock speed is 166.0677 MHz. > > This box is off by factor 2.3 and using the PM-Timer instead of the > PIT/jiffies values gives me a correct result. > > Another one: > APIC calibration not consistent with PM Timer: 2020ms instead of 100ms > APIC delta adjusted to PM-Timer: 1254436 (25341111) > > Off by factor 20 !! This weird behaviour also can be seen with the BogoMIPS calibration: Calibrating delay using timer specific routine.. 6428.32 BogoMIPS (lpj=12856647) .... Initializing CPU#1 Calibrating delay using timer specific routine.. 103837.25 BogoMIPS (lpj=207674508) Note, that I never observed that on CPU#0. It always affects CPU#1. tglx