From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753431Ab0INKKU (ORCPT ); Tue, 14 Sep 2010 06:10:20 -0400 Received: from www.tglx.de ([62.245.132.106]:46430 "EHLO www.tglx.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751943Ab0INKKR (ORCPT ); Tue, 14 Sep 2010 06:10:17 -0400 Date: Tue, 14 Sep 2010 12:09:57 +0200 (CEST) From: Thomas Gleixner To: Nix cc: Artur Skawina , Venkatesh Pallipadi , Damien Wyart , John Drescher , Suresh Siddha , LKML , "H. Peter Anvin" Subject: Re: [BISECTED] 2.6.35.*: horrible (exponential? >linear) slowdown to unusability (HPET) In-Reply-To: Message-ID: References: <87eid282pj.fsf@spindle.srvr.nix> User-Agent: Alpine 2.00 (LFD 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 10 Sep 2010, Thomas Gleixner wrote: > On Fri, 10 Sep 2010, Nix wrote: > > > > I suspect current_clocksource doesn't do what we think it does, or the > > clocksource and 'clock event device' are not the same.) > > Right, they are not the same. clocksource provides us a read out > device for timekeeping (usually a simple increasing counter). clock > event device is used to generate timer interrupts. > > HPET provides both functionalities. > > The patch you bisected is affecting the clock events part of the > HPET. So yes, it's not a clock source problem. Another question. If you add hpet=verbose (or revert that commit) does the printk_once in hpet_set_next_event() show up in dmesg ? "hpet: compare register read back failed." Thanks, tglx