From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1LepWR-0005US-RD for mharc-grub-devel@gnu.org; Wed, 04 Mar 2009 06:44:23 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LepWP-0005Sx-UH for grub-devel@gnu.org; Wed, 04 Mar 2009 06:44:22 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LepWO-0005Rv-0V for grub-devel@gnu.org; Wed, 04 Mar 2009 06:44:21 -0500 Received: from [199.232.76.173] (port=47471 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LepWN-0005Re-Rm for grub-devel@gnu.org; Wed, 04 Mar 2009 06:44:19 -0500 Received: from mta-out.inet.fi ([195.156.147.13]:47725 helo=kirsi1.inet.fi) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LepWN-0003yV-Bb for grub-devel@gnu.org; Wed, 04 Mar 2009 06:44:19 -0500 Received: from [192.168.1.102] (84.248.105.254) by kirsi1.inet.fi (8.5.014) id 49ACEC2D000FAB77 for grub-devel@gnu.org; Wed, 4 Mar 2009 13:44:18 +0200 Message-ID: <49AE6990.6090805@nic.fi> Date: Wed, 04 Mar 2009 13:44:16 +0200 From: =?ISO-8859-1?Q?Vesa_J=E4=E4skel=E4inen?= User-Agent: Thunderbird 2.0.0.19 (Windows/20081209) MIME-Version: 1.0 To: The development of GRUB 2 References: <20090303.181527.200306325.davem@davemloft.net> In-Reply-To: <20090303.181527.200306325.davem@davemloft.net> X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) 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:44:22 -0000 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.