Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S261164AbVCVM2W (ORCPT ); Tue, 22 Mar 2005 07:28:22 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S261171AbVCVM2W (ORCPT ); Tue, 22 Mar 2005 07:28:22 -0500 Received: from emailhub.stusta.mhn.de ([141.84.69.5]:30980 "HELO mailout.stusta.mhn.de") by vger.kernel.org with SMTP id S261164AbVCVM2E (ORCPT ); Tue, 22 Mar 2005 07:28:04 -0500 Date: Tue, 22 Mar 2005 13:28:01 +0100 From: Adrian Bunk To: Arjan van de Ven Cc: "Chen, Kenneth W" , "'Holger Kiehl'" , Andrew Morton , linux-kernel , linux-scsi@vger.kernel.org, "Moore, Eric Dean" Subject: Re: Fusion-MPT much faster as module Message-ID: <20050322122801.GI3982@stusta.de> References: <200503221029.j2MATNg12775@unix-os.sc.intel.com> <1111488742.7096.61.camel@laptopd505.fenrus.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1111488742.7096.61.camel@laptopd505.fenrus.org> User-Agent: Mutt/1.5.6+20040907i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1295 Lines: 42 On Tue, Mar 22, 2005 at 11:52:22AM +0100, Arjan van de Ven wrote: > On Tue, 2005-03-22 at 02:29 -0800, Chen, Kenneth W wrote: > > > Before: > > /dev/sdc: > > Timing buffered disk reads: 92 MB in 3.03 seconds = 30.32 MB/sec > > > > After: > > /dev/sdc: > > Timing buffered disk reads: 174 MB in 3.02 seconds = 57.61 MB/sec > > > nice! > > More proof that #ifdef MODULE is considered harmful... how much of it is > actually left in the kernel? Maybe we could kill it entirely from > drivers/* (of course it has a limited place in include/*) Too many... And there are places where it's actually useful: #if defined(CONFIG_FOO) || (defined(MODULE) && defined(CONFIG_FOO_MODULE)) is a good way to express that driver bar can use functionality of driver foo if it's available. cu Adrian -- "Is there not promise of rain?" Ling Tan asked suddenly out of the darkness. There had been need of rain for many days. "Only a promise," Lao Er said. Pearl S. Buck - Dragon Seed - 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/