Commit 146b5e78 authored by Pawel Chmielewski's avatar Pawel Chmielewski Committed by Rafael J. Wysocki
Browse files

ACPICA: actbl3.h: ACPI 6.6: SRAT: New flag in Memory Affinity Structure

parent 8059c623
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -238,6 +238,7 @@ 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) */