summaryrefslogtreecommitdiff
path: root/include/arch/x86_64/asm/bootparam.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/arch/x86_64/asm/bootparam.h')
-rw-r--r--include/arch/x86_64/asm/bootparam.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/arch/x86_64/asm/bootparam.h b/include/arch/x86_64/asm/bootparam.h
index ad10c79f..bc6e0879 100644
--- a/include/arch/x86_64/asm/bootparam.h
+++ b/include/arch/x86_64/asm/bootparam.h
@@ -155,12 +155,12 @@ struct boot_params {
__u8 _pad6[1]; /* 0x1f0 */
struct setup_header hdr; /* setup header */ /* 0x1f1 */
__u8 _pad7[0x290 - 0x1f1 - sizeof(struct setup_header)];
- __u32 edd_mbr_sig_buffer[EDD_MBR_SIG_MAX]; /* 0x290 */
+ __u32 edd_mbr_sig_buffer[EDD_MBR_SIG_MAX]; /* 0x290 */
struct boot_e820_entry e820_table[E820_MAX_ENTRIES_ZEROPAGE]; /* 0x2d0
*/
- __u8 _pad8[48]; /* 0xcd0 */
- struct edd_info eddbuf[EDDMAXNR]; /* 0xd00 */
- __u8 _pad9[276]; /* 0xeec */
+ __u8 _pad8[48]; /* 0xcd0 */
+ struct edd_info eddbuf[EDDMAXNR]; /* 0xd00 */
+ __u8 _pad9[276]; /* 0xeec */
} __attribute__((packed));
/**