From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751707AbXCYKKY (ORCPT ); Sun, 25 Mar 2007 06:10:24 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751743AbXCYKKY (ORCPT ); Sun, 25 Mar 2007 06:10:24 -0400 Received: from www.osadl.org ([213.239.205.134]:38833 "EHLO mail.tglx.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751608AbXCYKKX (ORCPT ); Sun, 25 Mar 2007 06:10:23 -0400 Subject: Re: [4/5] 2.6.21-rc4: known regressions (v2) From: Thomas Gleixner Reply-To: tglx@linutronix.de To: "Michael S. Tsirkin" Cc: Adrian Bunk , Linus Torvalds , Andrew Morton , Linux Kernel Mailing List , Soeren Sonnenburg , Ingo Molnar , Tejun Heo , "Rafael J. Wysocki" , John Stultz In-Reply-To: <20070325085705.GB24225@mellanox.co.il> References: <20070323185028.GR752@stusta.de> <1174679344.10840.334.camel@localhost.localdomain> <20070325071023.GL17532@mellanox.co.il> <1174808247.10840.467.camel@localhost.localdomain> <20070325085705.GB24225@mellanox.co.il> Content-Type: text/plain Date: Sun, 25 Mar 2007 12:17:51 +0200 Message-Id: <1174817872.10840.478.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 Sun, 2007-03-25 at 10:57 +0200, Michael S. Tsirkin wrote: > > Can you please test the following: > > > > Add "clocksource=acpi_pm" to the kernel commandline. > > > > If this does not change anything, then disable CONFIG_HPET and retry. > > I have: > $ grep CONFIG_HPET .config > CONFIG_HPET_TIMER=y > CONFIG_HPET_EMULATE_RTC=y > # CONFIG_HPET is not set > > so I think all these tests were done with CONFIG_HPET=n. Gack. Please turn off CONFIG_HPET_TIMER and CONFIG_HPET_EMULATE_RTC > Given this, does it still make sense to test clocksource=acpi_pm? Yes. tglx