diff options
author | Bob Moore <robert.moore@intel.com> | 2013-08-08 03:29:27 -0400 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2013-08-08 09:36:08 -0400 |
commit | b268cee867ed193379762fdf94005c5bb79317a8 (patch) | |
tree | bc6f43c75c1d54f99bb7c7d7626294c3a7f38448 /drivers | |
parent | 38f7c5a11e8ec0f770d8850ca8442528a959f9f3 (diff) |
ACPICA: Emit all unresolved method externals in a text block
Put all of the unresolved external method declarations in a single block,
since they are important and may cause the resulting disassembled ASL file
to not compile.
This patch only affects ACPICA utilities and is necessary to avoid adding
source code divergences between Linux and ACPICA upstream.
Signed-off-by: Bob Moore <robert.moore@intel.com>
Signed-off-by: Lv Zheng <lv.zheng@intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/acpi/acpica/aclocal.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/acpi/acpica/aclocal.h b/drivers/acpi/acpica/aclocal.h index b0e3d15cfe96..0ed00669cd21 100644 --- a/drivers/acpi/acpica/aclocal.h +++ b/drivers/acpi/acpica/aclocal.h | |||
@@ -1033,6 +1033,7 @@ struct acpi_external_list { | |||
1033 | u8 type; | 1033 | u8 type; |
1034 | u8 flags; | 1034 | u8 flags; |
1035 | u8 resolved; | 1035 | u8 resolved; |
1036 | u8 emitted; | ||
1036 | }; | 1037 | }; |
1037 | 1038 | ||
1038 | /* Values for Flags field above */ | 1039 | /* Values for Flags field above */ |