From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1KSZUG-0001EX-Sq for mharc-grub-devel@gnu.org; Mon, 11 Aug 2008 11:39:12 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KSZUE-00019q-KN for grub-devel@gnu.org; Mon, 11 Aug 2008 11:39:10 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KSZUC-00015x-PB for grub-devel@gnu.org; Mon, 11 Aug 2008 11:39:09 -0400 Received: from [199.232.76.173] (port=56447 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KSZUC-00015i-Ly for grub-devel@gnu.org; Mon, 11 Aug 2008 11:39:08 -0400 Received: from mta-out.inet.fi ([195.156.147.13]:55022 helo=jenni1.inet.fi) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KSZUC-00072d-9e for grub-devel@gnu.org; Mon, 11 Aug 2008 11:39:08 -0400 Received: from [127.0.0.1] (88.193.32.97) by jenni1.inet.fi (8.5.014) id 488F153400822E47 for grub-devel@gnu.org; Mon, 11 Aug 2008 18:39:03 +0300 Message-ID: <48A05D25.6040209@nic.fi> Date: Mon, 11 Aug 2008 18:39:17 +0300 From: =?ISO-8859-1?Q?Vesa_J=E4=E4skel=E4inen?= User-Agent: Thunderbird 2.0.0.16 (Windows/20080708) MIME-Version: 1.0 To: The development of GRUB 2 References: <20080811152238.GA23380@thorin> In-Reply-To: <20080811152238.GA23380@thorin> X-Enigmail-Version: 0.95.6 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 3) Subject: Re: [PATCH] decouple mmap parsing by using grub_available_iterate() 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: Mon, 11 Aug 2008 15:39:11 -0000 Robert Millan wrote: > Hi, > > This patch decouples memory map parsing into a separate grub_available_iterate() > function, for i386-pc and i386-coreboot. It is mostly intended as a cleanup. > Makes the code more modular so that, for example, the multiboot loader can > construct a memory map without having specific knowledge of the platform, > allows to recombine various init.c & mmap.c in different ways, etc. Why not use grub_mmap prefix ?