Revision 67d4b0c1

b/hw/pc.c
75 75
    uint64_t address;
76 76
    uint64_t length;
77 77
    uint32_t type;
78
};
78
} __attribute((__packed__, __aligned__(4)));
79 79

  
80 80
struct e820_table {
81 81
    uint32_t count;
82 82
    struct e820_entry entry[E820_NR_ENTRIES];
83
};
83
} __attribute((__packed__, __aligned__(4)));
84 84

  
85 85
static struct e820_table e820_table;
86 86

  

Also available in: Unified diff