Commit 02902be9 authored by Andy Grover's avatar Andy Grover

ACPI: Enable compilation using Intel compiler

parent ff26a502
...@@ -90,7 +90,7 @@ struct acpi_table_header { ...@@ -90,7 +90,7 @@ struct acpi_table_header {
typedef struct { typedef struct {
u8 type; u8 type;
u8 length; u8 length;
} acpi_table_entry_header __attribute__ ((packed)); } __attribute__ ((packed)) acpi_table_entry_header;
/* Root System Description Table (RSDT) */ /* Root System Description Table (RSDT) */
...@@ -143,7 +143,7 @@ typedef struct { ...@@ -143,7 +143,7 @@ typedef struct {
u16 polarity:2; u16 polarity:2;
u16 trigger:2; u16 trigger:2;
u16 reserved:12; u16 reserved:12;
} acpi_interrupt_flags __attribute__ ((packed)); } __attribute__ ((packed)) acpi_interrupt_flags;
struct acpi_table_lapic { struct acpi_table_lapic {
acpi_table_entry_header header; acpi_table_entry_header header;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment