Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Fri, 15 Feb 2002 03:51:27 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Fri, 15 Feb 2002 03:51:17 -0500 Received: from mx2.elte.hu ([157.181.151.9]:11222 "HELO mx2.elte.hu") by vger.kernel.org with SMTP id ; Fri, 15 Feb 2002 03:51:04 -0500 Date: Fri, 15 Feb 2002 11:48:55 +0100 (CET) From: Ingo Molnar Reply-To: To: kravetz Cc: linux-kernel Subject: Re: bug/code cleanup for O(1)-K3 In-Reply-To: <20020214092746.A1195@w-mikek2.des.beaverton.ibm.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 Thu, 14 Feb 2002, kravetz wrote: > if (busiest->nr_running <= this_rq->nr_running + 1) > goto out_unlock; > > > In the last if statement above, I suspect we want to compare > 'busiest->nr_running' to the local variable nr_running (as was done in > previous versions of the code). [...] indeed we want to do that. I've added your fix to my tree. 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/