diff --git a/include/acpi/actbl2.h b/include/acpi/actbl2.h index a47b32a5cbdeb165d8554295dec980abd82cbcaa..074449cb11a174b8e98c6fd6436cf830fa2c4d08 100644 --- a/include/acpi/actbl2.h +++ b/include/acpi/actbl2.h @@ -978,6 +978,7 @@ struct acpi_madt_multiproc_wakeup_mailbox { /* MADT Local APIC flags */ #define ACPI_MADT_ENABLED (1) /* 00: Processor is usable if set */ +#define ACPI_MADT_ONLINE_CAPABLE (2) /* 01: System HW supports enabling processor at runtime */ /* MADT MPS INTI flags (inti_flags) */