Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752777AbZAFNzh (ORCPT ); Tue, 6 Jan 2009 08:55:37 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751716AbZAFNzZ (ORCPT ); Tue, 6 Jan 2009 08:55:25 -0500 Received: from casper.infradead.org ([85.118.1.10]:46550 "EHLO casper.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751594AbZAFNzX (ORCPT ); Tue, 6 Jan 2009 08:55:23 -0500 Date: Tue, 6 Jan 2009 05:57:18 -0800 From: Arjan van de Ven To: Andrew Morton Cc: linux-kernel@vger.kernel.org, torvalds@linux-foundation.org, mingo@elte.hu, linux-ide@vger.kernel.org, linux-scsi@vger.kernel.org, linux-acpi@vger.kernel.org Subject: Re: [PATCH 1/6] fastboot: Asynchronous function calls to speed up kernel boot Message-ID: <20090106055718.2a5472a1@infradead.org> In-Reply-To: <20090105202514.399da36e.akpm@linux-foundation.org> References: <20090105200959.04a626ac@infradead.org> <20090105201041.3289d3dd@infradead.org> <20090105202514.399da36e.akpm@linux-foundation.org> Organization: Intel X-Mailer: Claws Mail 3.6.1 (GTK+ 2.14.5; i386-redhat-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-SRS-Rewrite: SMTP reverse-path rewritten from by casper.infradead.org See http://www.infradead.org/rpr.html Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1072 Lines: 28 On Mon, 5 Jan 2009 20:25:14 -0800 Andrew Morton wrote: > On Mon, 5 Jan 2009 20:10:41 -0800 Arjan van de Ven > wrote: > > > kernel/async.c | 307 > > ++++++++++++++++++++++++++++++++++++++++++++++++ > > Am still wondering if this is unacceptably duplicative of dhowells's > slow-work infrastructure: http://lkml.org/lkml/2008/11/20/193 ok having looked at it a lot more; I can add priorities to the async function calls, at which point they are a superset to the slow-work infrastructure basically. I'll need to check with David to make 10)% sure the solution I have in mind will work for him, but I suspect it will. -- Arjan van de Ven Intel Open Source Technology Centre For development, discussion and tips for power savings, visit http://www.lesswatts.org -- 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/