From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1LepZ6-0006IW-8m for mharc-grub-devel@gnu.org; Wed, 04 Mar 2009 06:47:08 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LepZ5-0006II-8X for grub-devel@gnu.org; Wed, 04 Mar 2009 06:47:07 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LepZ4-0006Hu-2Q for grub-devel@gnu.org; Wed, 04 Mar 2009 06:47:06 -0500 Received: from [199.232.76.173] (port=58841 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LepZ3-0006Hr-U1 for grub-devel@gnu.org; Wed, 04 Mar 2009 06:47:05 -0500 Received: from [74.93.104.97] (port=35286 helo=sunset.davemloft.net) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LepZ3-0004Ln-F6 for grub-devel@gnu.org; Wed, 04 Mar 2009 06:47:05 -0500 Received: from localhost (localhost [127.0.0.1]) by sunset.davemloft.net (Postfix) with ESMTP id 79E7935C04E; Wed, 4 Mar 2009 03:46:51 -0800 (PST) Date: Wed, 04 Mar 2009 03:46:51 -0800 (PST) Message-Id: <20090304.034651.00675428.davem@davemloft.net> To: grub-devel@gnu.org, chaac@nic.fi From: David Miller In-Reply-To: <49AE6990.6090805@nic.fi> References: <20090303.181527.200306325.davem@davemloft.net> <49AE6990.6090805@nic.fi> X-Mailer: Mew version 6.1 on Emacs 22.1 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) Cc: Subject: Re: [PATCH 5/7]: Add sparc64 loader implementation. X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: The development of GRUB 2 List-Id: The development of GRUB 2 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Mar 2009 11:47:07 -0000 From: Vesa J=E4=E4skel=E4inen Date: Wed, 04 Mar 2009 13:44:16 +0200 > David Miller wrote: > > 2009-03-03 David S. Miller > > = > > * include/grub/sparc64/ieee1275/loader.h: New file. > > * include/grub/sparc64/ieee1275/memory.h: Likewise. > > * include/grub/sparc64/kernel.h: Likewise. > > * loader/sparc64/ieee1275/linux.c: Likewise. > > * loader/sparc64/ieee1275/linux_normal.c: Likewise. > = > Please re-use as much as possible of common code. In example > linux_normal.c is there in loader/linux_normal.c. > = > I think Robert committed some changes that unified a bit these. Sure, then powerpc needs the same. I'll unify both sparc and powerpc in this way after my patches are added, promise :-)