Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S966103AbWKJUU3 (ORCPT ); Fri, 10 Nov 2006 15:20:29 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S966104AbWKJUU3 (ORCPT ); Fri, 10 Nov 2006 15:20:29 -0500 Received: from ug-out-1314.google.com ([66.249.92.172]:46647 "EHLO ug-out-1314.google.com") by vger.kernel.org with ESMTP id S966103AbWKJUU2 (ORCPT ); Fri, 10 Nov 2006 15:20:28 -0500 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=c925Nw1KrpnhiKl2jVoStW6CgxNs+j7uJSjpFkiGyWtrs3yhMkEGEkvFX/XvttNFca57LGNNAj9KzhDkzeOpHSjPCVE3+BL0zYwa3JvzQiysmfkBu/jIgiy0XwvRSK3QEStiqWjlotZ0v91zlP2k1yHlcA2VDTfkg+FRQyzlgw8= Message-ID: <40f323d00611101220t2b8067d5g4f6b302384e41524@mail.gmail.com> Date: Fri, 10 Nov 2006 21:20:26 +0100 From: "Benoit Boissinot" To: tglx@linutronix.de Subject: Re: 2.6.19-rc5-mm1 Cc: "Andrew Morton" , linux-kernel@vger.kernel.org In-Reply-To: <40f323d00611100925l45b2415bjcc611df6e4d1f7d4@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20061108015452.a2bb40d2.akpm@osdl.org> <40f323d00611100829m5fbd32cdt14c307e492df2984@mail.gmail.com> <1163177952.8335.221.camel@localhost.localdomain> <40f323d00611100925l45b2415bjcc611df6e4d1f7d4@mail.gmail.com> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2271 Lines: 63 On 11/10/06, Benoit Boissinot wrote: > On 11/10/06, Thomas Gleixner wrote: > > On Fri, 2006-11-10 at 17:29 +0100, Benoit Boissinot wrote: > > > On 11/8/06, Andrew Morton wrote: > > > > [snip] > > > > - The hrtimer+dynticks code still doesn't work right for machines which halt > > > > their TSC in low-power states. > > > > > > > > > > With CONFIG_NO_HZ=y, xmoto (xmoto.sf.net, a 3d game) is sluggish, the > > > movement is not fluid (it is "bursty"). > > > > > > .config is at http://perso.ens-lyon.fr/benoit.boissinot/kernel/config-2.6.19-rc5-mm1 > > > lspci -vv: http://perso.ens-lyon.fr/benoit.boissinot/kernel/docked_lspci > > > dmesg: http://perso.ens-lyon.fr/benoit.boissinot/kernel/dmesg-2.6.19-rc5-mm1 > > > > I'm confused about that one: > > > > [ 8.966364] Disabling NO_HZ and high resolution timers due to timer broadcasting (C3 stops local apic) > > > > This message is nowhere in rc5-mm1. It was in rc4-mmX, but got removed > > in the updates. > > > I forget to mention I reverted the following patches from -mm: > i386-apic-timer-use-clockevents-broadcast.patch > acpi-verify-lapic-timer.patch > acpi-verify-lapic-timer-exports.patch > acpi-verify-lapic-timer-fix.patch > > since it did not boot with them. > > > > I can test any patch or provide any needed information. > > > > http://tglx.de/private/tglx/2.6.19-rc5-mm1-dyntick.diff > > > > That's the rework I did yesterday. > > > > I'll undo the reverts I did and try it on top of -mm > It works fine with the following additional patch. Thanks, Benoit Index: linux-mm/arch/i386/kernel/apic.c =================================================================== --- a/arch/i386/kernel/apic.c 2006-11-10 20:42:30.000000000 +0100 +++ b/arch/i386/kernel/apic.c 2006-11-10 20:42:41.000000000 +0100 @@ -610,6 +610,7 @@ if (evt->event_handler) clockevents_set_broadcast(evt, broadcast); } +EXPORT_SYMBOL_GPL(lapic_timer_idle_broadcast); int setup_profiling_timer(unsigned int multiplier) { - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/