From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Benjamin Herrenschmidt To: Jon Loeliger In-Reply-To: References: Content-Type: text/plain Date: Sun, 18 Sep 2005 11:25:35 +1000 Message-Id: <1127006735.23095.4.camel@gaston> Mime-Version: 1.0 Cc: linuxppc-dev@ozlabs.org, linuxppc64-dev@ozlabs.org Subject: Re: PATCH powerpc: 00/04 Remove __pmac, etc, sections, merge sections.h List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Sat, 2005-09-17 at 10:31 -0500, Jon Loeliger wrote: > Here is a new patch that removes all notion of the pmac, prep, > chrp and openfirmware initialization sections, and then unifies > the sections.h files without those __pmac, etc, sections identifiers > cluttering things up. When did we decide to do that ? Some people are still using ppc machines with rather small memory footprint (old ones), it's handy to get rid of the code you don't need... It would make sense if we could compile CHRP/PMAC/PREP in/out (like we can do with platforms on ppc64) so that people who have tight memory requirements can build a PReP or CHRP kernel without all of the pmac code. Ben.