Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Mon, 17 Feb 2003 09:27:39 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Mon, 17 Feb 2003 09:12:11 -0500 Received: from mx1.elte.hu ([157.181.1.137]:25063 "HELO mx1.elte.hu") by vger.kernel.org with SMTP id ; Mon, 17 Feb 2003 09:09:59 -0500 Date: Mon, 17 Feb 2003 15:19:48 +0100 (CET) From: Ingo Molnar Reply-To: Ingo Molnar To: Zwane Mwaikambo Cc: Linux Kernel , Robert Love , Linus Torvalds Subject: Re: [PATCH][2.5] Don't wake up tasks on offline processors In-Reply-To: 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 Content-Length: 705 Lines: 18 On Mon, 17 Feb 2003, Zwane Mwaikambo wrote: > This patch stops waking up of tasks onto offline processors. We need > this when migrating tasks from offline processors onto other online ones > and to avert a livelock whilst doing so. this code too should be done in a separate 'zap_runqueue()' function, which also needs to iterate through all tasks and migrate them off to an online CPU. This code definitely does not belong into the wakeup hotpath. 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/