]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
2009-07-05 Pavel Roskin <proski@gnu.org>
authorproski <proski@localhost>
Mon, 6 Jul 2009 02:10:57 +0000 (02:10 +0000)
committerproski <proski@localhost>
Mon, 6 Jul 2009 02:10:57 +0000 (02:10 +0000)
* include/grub/i386/linux.h (struct linux_kernel_params):
Restore padding3, it's still needed.

ChangeLog
include/grub/i386/linux.h

index e72f8cd318c252c7e8efe90ea4ca0a0543192b21..db77c5d6b1b761fb1c6a7d41520bdf1a9bf188fb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2009-07-05  Pavel Roskin  <proski@gnu.org>
 
+       * 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.
index cee46c63d4d258ae8a46934bf3d5f072761f303f..8a5a84da3122e1f814b2addfb60a7625d8cc3ddc 100644 (file)
@@ -176,6 +176,8 @@ struct linux_kernel_params
   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 */