diff options
author | Lv Zheng <lv.zheng@intel.com> | 2016-08-04 04:45:32 -0400 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2016-08-12 21:16:39 -0400 |
commit | d2d48eae4639f7d74e9d91e7698f566bdbd8cdd6 (patch) | |
tree | 1f1224c515b0e463a2f7269836e6f762b73bae2a | |
parent | 911a9b842874f52429d0b0a420bf0fed22117611 (diff) |
ACPICA: EFI: Port acpidump to EDK2 environment
ACPICA commit 790b8bae858d6d97da6099c9f8485d4760035a0c
Linux kernel is not affected by this change.
Link: https://github.com/acpica/acpica/commit/790b8bae
Signed-off-by: Lv Zheng <lv.zheng@intel.com>
Signed-off-by: Bob Moore <robert.moore@intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
-rw-r--r-- | include/acpi/platform/acenv.h | 2 | ||||
-rw-r--r-- | include/acpi/platform/acenvex.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/include/acpi/platform/acenv.h b/include/acpi/platform/acenv.h index 3dbfa27424ea..f9af0e03e592 100644 --- a/include/acpi/platform/acenv.h +++ b/include/acpi/platform/acenv.h | |||
@@ -220,7 +220,7 @@ | |||
220 | * included after including all other host environmental definitions, in | 220 | * included after including all other host environmental definitions, in |
221 | * order to override the definitions. | 221 | * order to override the definitions. |
222 | */ | 222 | */ |
223 | #elif defined(_AED_EFI) || defined(_GNU_EFI) | 223 | #elif defined(_AED_EFI) || defined(_GNU_EFI) || defined(_EDK2_EFI) |
224 | #include "acefi.h" | 224 | #include "acefi.h" |
225 | 225 | ||
226 | #else | 226 | #else |
diff --git a/include/acpi/platform/acenvex.h b/include/acpi/platform/acenvex.h index b6726152a300..58ca39ce16d4 100644 --- a/include/acpi/platform/acenvex.h +++ b/include/acpi/platform/acenvex.h | |||
@@ -67,7 +67,7 @@ | |||
67 | * included after including all other host environmental definitions, in | 67 | * included after including all other host environmental definitions, in |
68 | * order to override the definitions. | 68 | * order to override the definitions. |
69 | */ | 69 | */ |
70 | #elif defined(_AED_EFI) || defined(_GNU_EFI) | 70 | #elif defined(_AED_EFI) || defined(_GNU_EFI) || defined(_EDK2_EFI) |
71 | #include "acefiex.h" | 71 | #include "acefiex.h" |
72 | 72 | ||
73 | #endif | 73 | #endif |