diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/acpi/actbl.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/acpi/actbl.h b/include/acpi/actbl.h index bf8d4cfd8cf5..1f3dfdb1b370 100644 --- a/include/acpi/actbl.h +++ b/include/acpi/actbl.h | |||
@@ -310,8 +310,9 @@ struct acpi_table_desc { | |||
310 | #define ACPI_TABLE_ORIGIN_UNKNOWN (0) | 310 | #define ACPI_TABLE_ORIGIN_UNKNOWN (0) |
311 | #define ACPI_TABLE_ORIGIN_MAPPED (1) | 311 | #define ACPI_TABLE_ORIGIN_MAPPED (1) |
312 | #define ACPI_TABLE_ORIGIN_ALLOCATED (2) | 312 | #define ACPI_TABLE_ORIGIN_ALLOCATED (2) |
313 | #define ACPI_TABLE_ORIGIN_MASK (3) | 313 | #define ACPI_TABLE_ORIGIN_OVERRIDE (4) |
314 | #define ACPI_TABLE_IS_LOADED (4) | 314 | #define ACPI_TABLE_ORIGIN_MASK (7) |
315 | #define ACPI_TABLE_IS_LOADED (8) | ||
315 | 316 | ||
316 | /* | 317 | /* |
317 | * Get the remaining ACPI tables | 318 | * Get the remaining ACPI tables |