From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S261226AbVFBSmr (ORCPT ); Thu, 2 Jun 2005 14:42:47 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S261230AbVFBSmq (ORCPT ); Thu, 2 Jun 2005 14:42:46 -0400 Received: from e33.co.us.ibm.com ([32.97.110.131]:6784 "EHLO e33.co.us.ibm.com") by vger.kernel.org with ESMTP id S261226AbVFBSky (ORCPT ); Thu, 2 Jun 2005 14:40:54 -0400 Subject: Re: [PATCH 3/4] new timeofday x86-64 arch specific changes (v. B1) From: john stultz To: Parag Warudkar Cc: Andi Kleen , lkml , Tim Schmielau , George Anzinger , albert@users.sourceforge.net, Ulrich Windl , Christoph Lameter , Dominik Brodowski , David Mosberger , Andrew Morton , paulus@samba.org, schwidefsky@de.ibm.com, keith maanthey , Chris McDermott , Max Asbock , mahuja@us.ibm.com, Nishanth Aravamudan , Darren Hart , "Darrick J. Wong" , Anton Blanchard , donf@us.ibm.com, mpm@selenic.com, benh@kernel.crashing.org In-Reply-To: <060220051827.15835.429F4FA6000DF9D700003DDB220588617200009A9B9CD3040A029D0A05@comcast.net> References: <060220051827.15835.429F4FA6000DF9D700003DDB220588617200009A9B9CD3040A029D0A05@comcast.net> Content-Type: text/plain Date: Thu, 02 Jun 2005 11:40:45 -0700 Message-Id: <1117737645.17804.21.camel@cog.beaverton.ibm.com> Mime-Version: 1.0 X-Mailer: Evolution 2.0.4 (2.0.4-4) Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 2005-06-02 at 18:27 +0000, Parag Warudkar wrote: > > If you grab Linus' current tree it should apply. > > > > Sorry about the confusion. > > -john > > I ignored the reject since it was from an #include section - the build > went fine. I am even able to use it successfully. Couple things - Good to hear. > Very happy to report that I no longer get those annoying - "losing > some ticks ..." "your time source is unreliable or some driver is > hogging interrupts" messages - Not sure what change in TOD subsystem > cured it - or was it just the removal of the printk? ;) Since we do not interpolate, lost ticks no longer cause time problems (well, unless you're using the jiffies timesource). > Sadly, it somehow feels noticeably slower than vanilla 2.6.12-rc5. > Especially using X/KDE - It is surely usable but not snappy. I will do > more research to find out exactly why - but before that is such as > loss of snappiness possible due to the TOD changes? Could you send me your dmesg output with and without using my patch? It could be you're using a different timesource. thanks -john