Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760807AbZADTx2 (ORCPT ); Sun, 4 Jan 2009 14:53:28 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1760329AbZADTxD (ORCPT ); Sun, 4 Jan 2009 14:53:03 -0500 Received: from smtp1.linux-foundation.org ([140.211.169.13]:45658 "EHLO smtp1.linux-foundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1760221AbZADTxA (ORCPT ); Sun, 4 Jan 2009 14:53:00 -0500 Date: Sun, 4 Jan 2009 11:52:16 -0800 From: Andrew Morton To: Andi Kleen Cc: Arjan van de Ven , linux-kernel@vger.kernel.org, torvalds@linux-foundation.org, mingo@elte.hu, fweisbec@gmail.com, linux-scsi@vger.kernel.org, linux-ide@vger.kernel.org, linux-acpi@vger.kernel.org Subject: Re: [PATCH 1/4] fastboot: Asynchronous function calls to speed up kernel boot Message-Id: <20090104115216.db746414.akpm@linux-foundation.org> In-Reply-To: <20090104194946.GB496@one.firstfloor.org> References: <20090104092430.7ffd2c41@infradead.org> <20090104092857.5fbf6b2d@infradead.org> <87k59aops9.fsf@basil.nowhere.org> <20090104110932.6563cc6d@infradead.org> <20090104194946.GB496@one.firstfloor.org> X-Mailer: Sylpheed 2.4.8 (GTK+ 2.12.5; x86_64-redhat-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 830 Lines: 22 On Sun, 4 Jan 2009 20:49:46 +0100 Andi Kleen wrote: > > > > > and this > > > is just another variant that except for the sequence stuff > > > isn't all that much different. So it would be better to have > > > a generic worker thread manager that just supports these > > > barriers too. > > > > ... or maybe think about seeing this system as exactly that thread > > manager? > > I'm not sure it's generic enough. There's appreciable overlap with David Howells's "slow work" thread pool thingy. If either of those was generic enough, the other would go away. -- 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/