Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Fri, 15 Mar 2002 17:01:45 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Fri, 15 Mar 2002 17:01:29 -0500 Received: from mx2.elte.hu ([157.181.151.9]:10134 "HELO mx2.elte.hu") by vger.kernel.org with SMTP id ; Fri, 15 Mar 2002 17:01:12 -0500 Date: Fri, 15 Mar 2002 21:57:06 +0100 (CET) From: Ingo Molnar Reply-To: mingo@elte.hu To: Joe Korty Cc: Alan Cox , Marcelo Tosatti , Linus Torvalds , Subject: Re: [PATCH] 2.4.18 scheduler bugs In-Reply-To: <200203152159.VAA27831@rudolph.ccur.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 15 Mar 2002, Joe Korty wrote: > > > [...] But on the Athlon the IPI isnt going down a little side channel > > > between cpus. > > > > but even in the Athlon case an IPI is still an IRQ entry, which will add > > at least 200 cycles or more to the idle wakeup latency. > > It is an idle cpu that is spending those 200 cycles. wrong. When it's woken up it's *not* an idle CPU anymore, and it's the freshly woken up task that is going to execute 200 cycles later... Ingo - 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/