[2396] 2009-07-05 Pavel Roskin <[email protected]>

Pavel Roskin <[email protected]> Mon, 06 Jul 2009 02:10:57 +0000
Newsgroups gmane.comp.boot-loaders.grub.cvs
Message-ID <[email protected]>
Revision: 2396
          http://svn.sv.gnu.org/viewvc/?view=rev&root=grub&revision=2396
Author:   proski
Date:     2009-07-06 02:10:57 +0000 (Mon, 06 Jul 2009)
Log Message:
-----------
2009-07-05  Pavel Roskin  <[email protected]>

	* include/grub/i386/linux.h (struct linux_kernel_params):
	Restore padding3, it's still needed.

Modified Paths:
--------------
    trunk/grub2/ChangeLog
    trunk/grub2/include/grub/i386/linux.h

Modified: trunk/grub2/ChangeLog
===================================================================
--- trunk/grub2/ChangeLog	2009-07-05 22:51:05 UTC (rev 2395)
+++ trunk/grub2/ChangeLog	2009-07-06 02:10:57 UTC (rev 2396)
@@ -1,5 +1,8 @@
 2009-07-05  Pavel Roskin  <[email protected]>
 
+	* include/grub/i386/linux.h (struct linux_kernel_params):
+	Restore padding3, it's still needed.
+
 	* util/grub.d/10_freebsd.in: Fix spelling of `device.hints' on
 	FreeBSD.
 	* util/osdetect.lua: Likewise.

Modified: trunk/grub2/include/grub/i386/linux.h
===================================================================
--- trunk/grub2/include/grub/i386/linux.h	2009-07-05 22:51:05 UTC (rev 2395)
+++ trunk/grub2/include/grub/i386/linux.h	2009-07-06 02:10:57 UTC (rev 2396)
@@ -176,6 +176,8 @@
   grub_uint16_t vesa_attrib;		/* 34 */
   grub_uint32_t capabilities;		/* 36 */
 
+  grub_uint8_t padding3[0x40 - 0x3a];
+
   grub_uint16_t apm_version;		/* 40 */
   grub_uint16_t apm_code_segment;	/* 42 */
   grub_uint32_t apm_entry;		/* 44 */