Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Mon, 13 Jan 2003 14:29:09 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Mon, 13 Jan 2003 14:29:09 -0500 Received: from deimos.hpl.hp.com ([192.6.19.190]:32981 "EHLO deimos.hpl.hp.com") by vger.kernel.org with ESMTP id ; Mon, 13 Jan 2003 14:29:07 -0500 From: David Mosberger MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15907.5503.334066.50256@napali.hpl.hp.com> Date: Mon, 13 Jan 2003 11:37:35 -0800 To: Kai Germaschewski Cc: Sam Ravnborg , Ingo Oeser , , Subject: Re: [RFC] Consolidate vmlinux.lds.S files In-Reply-To: References: <20030113180450.GA1870@mars.ravnborg.org> X-Mailer: VM 7.07 under Emacs 21.2.1 Reply-To: davidm@hpl.hp.com X-URL: http://www.hpl.hp.com/personal/David_Mosberger/ Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Kai> I would suggest an approach like the following, of course Kai> showing only a first simple step. A series of steps like this Kai> should allow for a serious reduction in size of Kai> arch/*/vmlinux.lds.S already, while being obviously correct and Kai> allowing archs to do their own special thing if necessary (in Kai> particular, IA64 seems to differ from all the other archs). The only real difference for the ia64 vmlinux.lds.S is that it generates correct physical addressess, so that the boot loader doesn't have to know anything about the virtual layout of the kernel. Something that might be useful for other arches as well... --david - 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/