aboutsummaryrefslogtreecommitdiff
path: root/sys/include
diff options
context:
space:
mode:
Diffstat (limited to 'sys/include')
-rw-r--r--sys/include/firmware/acpi/tables.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/include/firmware/acpi/tables.h b/sys/include/firmware/acpi/tables.h
index 91231c0..624ba0c 100644
--- a/sys/include/firmware/acpi/tables.h
+++ b/sys/include/firmware/acpi/tables.h
@@ -75,7 +75,7 @@ struct __packed acpi_root_sdt {
struct __packed acpi_madt {
struct acpi_header hdr;
- uint32_t lapic_id;
+ uint32_t lapic_addr;
uint32_t flags;
};