[2301] 2009-06-11 Pavel Roskin <[email protected]>

Pavel Roskin <[email protected]>
Newsgroups gmane.comp.boot-loaders.grub.cvs
Message-ID <[email protected]>
Revision: 2301
          http://svn.sv.gnu.org/viewvc/?view=rev&root=grub&revision=2301
Author:   proski
Date:     2009-06-11 16:41:24 +0000 (Thu, 11 Jun 2009)
Log Message:
-----------
2009-06-11  Pavel Roskin  <[email protected]>

	* loader/ieee1275/multiboot2.c [__i386__]: Include
	grub/cpu/multiboot.h.

Modified Paths:
--------------
    trunk/grub2/ChangeLog
    trunk/grub2/loader/ieee1275/multiboot2.c

Modified: trunk/grub2/ChangeLog
===================================================================
--- trunk/grub2/ChangeLog	2009-06-11 16:18:47 UTC (rev 2300)
+++ trunk/grub2/ChangeLog	2009-06-11 16:41:24 UTC (rev 2301)
@@ -1,5 +1,8 @@
 2009-06-11  Pavel Roskin  <[email protected]>
 
+	* loader/ieee1275/multiboot2.c [__i386__]: Include
+	grub/cpu/multiboot.h.
+
 	* term/i386/pc/serial.c (serial_translate_key_sequence): Avoid
 	casts to short - they are not portable and cause warnings.  Fix
 	use of uninitialized values in input_buf.  Use ARRAY_SIZE.

Modified: trunk/grub2/loader/ieee1275/multiboot2.c
===================================================================
--- trunk/grub2/loader/ieee1275/multiboot2.c	2009-06-11 16:18:47 UTC (rev 2300)
+++ trunk/grub2/loader/ieee1275/multiboot2.c	2009-06-11 16:41:24 UTC (rev 2301)
@@ -27,6 +27,9 @@
 #include <grub/mm.h>
 #include <grub/machine/kernel.h>
 #include <grub/machine/loader.h>
+#ifdef __i386__
+#include <grub/cpu/multiboot.h>
+#endif
 
 typedef void (*kernel_entry_t) (unsigned long, void *, int (void *),
                                 unsigned long, unsigned long);
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.