diff options
Diffstat (limited to 'source/include/actbl3.h')
| -rw-r--r-- | source/include/actbl3.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/include/actbl3.h b/source/include/actbl3.h index 07bc8713becc..6392359249c9 100644 --- a/source/include/actbl3.h +++ b/source/include/actbl3.h @@ -404,6 +404,7 @@ typedef struct acpi_srat_mem_affinity #define ACPI_SRAT_MEM_ENABLED (1) /* 00: Use affinity structure */ #define ACPI_SRAT_MEM_HOT_PLUGGABLE (1<<1) /* 01: Memory region is hot pluggable */ #define ACPI_SRAT_MEM_NON_VOLATILE (1<<2) /* 02: Memory region is non-volatile */ +#define ACPI_SRAT_MEM_SPEC_PURPOSE (1<<3) /* 03: Memory is intended for specific-purpose usage */ /* 2: Processor Local X2_APIC Affinity (ACPI 4.0) */ |
