[2160] 2009-05-02 Vladimir Serbinenko <[email protected]>

Vladimir Serbinenko <[email protected]>
Newsgroups gmane.comp.boot-loaders.grub.cvs
Message-ID <[email protected]>
Revision: 2160
          http://svn.sv.gnu.org/viewvc/?view=rev&root=grub&revision=2160
Author:   phcoder
Date:     2009-05-02 22:27:29 +0000 (Sat, 02 May 2009)
Log Message:
-----------
2009-05-02  Vladimir Serbinenko <[email protected]>

	Missing part from mmap patch

	* mmap/efi/mmap.c (grub_machine_mmap_unregister): renamed to
	(grub_mmap_unregister)
	(grub_mmap_free_and_unregister): use grub_mmap_register

Modified Paths:
--------------
    trunk/grub2/ChangeLog
    trunk/grub2/mmap/efi/mmap.c

Modified: trunk/grub2/ChangeLog
===================================================================
--- trunk/grub2/ChangeLog	2009-05-02 21:46:34 UTC (rev 2159)
+++ trunk/grub2/ChangeLog	2009-05-02 22:27:29 UTC (rev 2160)
@@ -1,5 +1,13 @@
 2009-05-02  Vladimir Serbinenko <[email protected]>
 
+	Missing part from mmap patch
+
+	* mmap/efi/mmap.c (grub_machine_mmap_unregister): renamed to
+	(grub_mmap_unregister)
+	(grub_mmap_free_and_unregister): use grub_mmap_register
+
+2009-05-02  Vladimir Serbinenko <[email protected]>
+
 	Mmap services
 
 	* loader/i386/efi/linux.c (grub_linux_boot): use grub_mmap_iterate

Modified: trunk/grub2/mmap/efi/mmap.c
===================================================================
--- trunk/grub2/mmap/efi/mmap.c	2009-05-02 21:46:34 UTC (rev 2159)
+++ trunk/grub2/mmap/efi/mmap.c	2009-05-02 22:27:29 UTC (rev 2160)
@@ -191,7 +191,7 @@
 }
 
 grub_err_t 
-grub_machine_mmap_unregister (int handle)
+grub_mmap_unregister (int handle)
 {
   struct overlay *curover, *prevover;
   grub_efi_boot_services_t *b;
@@ -280,5 +280,5 @@
 void 
 grub_mmap_free_and_unregister (int handle)
 {
-  grub_machine_mmap_unregister (handle);
+  grub_mmap_unregister (handle);
 }
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.