From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755162Ab0IRIAS (ORCPT ); Sat, 18 Sep 2010 04:00:18 -0400 Received: from mailhost-h5-p1.netultra.net ([195.5.209.34]:55203 "EHLO smtp-delay1.nerim.net" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1754611Ab0IRIAR (ORCPT ); Sat, 18 Sep 2010 04:00:17 -0400 X-Greylist: delayed 613 seconds by postgrey-1.27 at vger.kernel.org; Sat, 18 Sep 2010 04:00:17 EDT Date: Sat, 18 Sep 2010 09:49:39 +0200 From: Damien Wyart To: Thomas Gleixner Cc: LKML , Ingo Molnar , "H. Peter Anvin" , Nix , Artur Skawina , John Drescher , Venkatesh Pallipadi , Arjan van de Ven , Andreas Herrmann , Borislav Petkov , Suresh Siddha Subject: Re: [PATCH RFC] x86: hpet: Avoid the readback penalty Message-ID: <20100918074939.GA3275@brouette> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.20 (2009-06-14) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Thomas Gleixner [2010-09-15 15:11]: > > x86: hpet: Work around hardware stupidity > After my brain recovered from yesterdays exposure with the x86 timer > horror, I came up with a different solution for this problem, which > avoids the readback of the compare register completely. It works > nicely on my affected ATI system, but needs some exposure to the other > machines. Comments for this different solution seemed fine, but it seems only the first one was commited into mainline and then stable. Is this intended? Thanks, Damien