Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751032AbVIUOyF (ORCPT ); Wed, 21 Sep 2005 10:54:05 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751039AbVIUOyF (ORCPT ); Wed, 21 Sep 2005 10:54:05 -0400 Received: from scrub.xs4all.nl ([194.109.195.176]:18350 "EHLO scrub.xs4all.nl") by vger.kernel.org with ESMTP id S1751032AbVIUOyE (ORCPT ); Wed, 21 Sep 2005 10:54:04 -0400 Date: Wed, 21 Sep 2005 16:53:51 +0200 (CEST) From: Roman Zippel X-X-Sender: roman@scrub.home To: Herbert Poetzl cc: Andrew Morton , Linux Kernel ML Subject: Re: [Patch] eliminate CLONE_* duplications In-Reply-To: <20050921143954.GA10137@MAIL.13thfloor.at> Message-ID: References: <20050921092132.GA4710@MAIL.13thfloor.at> <20050921143954.GA10137@MAIL.13thfloor.at> 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: 781 Lines: 21 Hi, On Wed, 21 Sep 2005, Herbert Poetzl wrote: > please elaborate _why_ we would want a bunch of > additional DEFINE entries in each arch instead of a > simple include file? It's more important to keep related definition together and organize them logically, than spreading definitions over zillion header files for the only purpose to be usable from asm. If you want to cleanup sched.h and properly break it up, please go ahead, but I'm afraid that will be a lot more work than adding a few defines to asm-offsets.c. bye, Roman - 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/