Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932454AbWBSXwI (ORCPT ); Sun, 19 Feb 2006 18:52:08 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932453AbWBSXwI (ORCPT ); Sun, 19 Feb 2006 18:52:08 -0500 Received: from kanga.kvack.org ([66.96.29.28]:39300 "EHLO kanga.kvack.org") by vger.kernel.org with ESMTP id S932455AbWBSXwH (ORCPT ); Sun, 19 Feb 2006 18:52:07 -0500 Date: Sun, 19 Feb 2006 18:47:13 -0500 From: Benjamin LaHaise To: Andrew Morton , Linux Kernel ML , Bastian Blank , Arthur Othieno , Jean Delvare , Russell King Subject: Re: [PATCH/RFC] remove duplicate #includes, take II Message-ID: <20060219234713.GA3192@kvack.org> References: <20060218145525.GA32618@MAIL.13thfloor.at> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060218145525.GA32618@MAIL.13thfloor.at> User-Agent: Mutt/1.4.1i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1108 Lines: 24 On Sat, Feb 18, 2006 at 03:55:25PM +0100, Herbert Poetzl wrote: > so if folks want to cherry pick and/or comment on > the first two categories, please do so, I will > collect all the feedback and produce a patch to > get rid of the duplicates later ... This sort of patch isn't as interesting as actually fixing the mess known as include/linux/sched.h and include/linux/sched.h... Most places in the kernel don't actually need the majority of sched.h, just a handful of functions like set_task_state(). fs.h is another tangled web of dependancies. I did some experimenting back in the 2.2 days and it was possible to cut something like 10-20% off the kernel build time. That said, it's a big job. -ben -- "Ladies and gentlemen, I'm sorry to interrupt, but the police are here and they've asked us to stop the party." Don't Email: . - 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/