]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
multiboot2.h: remove useless __attribute__((packed))
authorAndrei Borzenkov <arvidjaar@gmail.com>
Sat, 30 Apr 2016 06:28:12 +0000 (09:28 +0300)
committerAndrei Borzenkov <arvidjaar@gmail.com>
Sat, 30 Apr 2016 06:28:12 +0000 (09:28 +0300)
Adapted from 7f2a856faec951b7ab816880bd26e1e10b17a596.

doc/multiboot2.h

index f1ce7fe43a15916651995f935424b701f55acec7..78337f50b7d2b709d88e5b440a49e5ca4d095468 100644 (file)
@@ -176,7 +176,7 @@ struct multiboot_mmap_entry
 #define MULTIBOOT_MEMORY_BADRAM                 5
   multiboot_uint32_t type;
   multiboot_uint32_t zero;
-} __attribute__((packed));
+};
 typedef struct multiboot_mmap_entry multiboot_memory_map_t;
 
 struct multiboot_tag