Commit b268cee8 authored by Bob Moore's avatar Bob Moore Committed by Rafael J. Wysocki
Browse files

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: default avatarBob Moore <robert.moore@intel.com>
Signed-off-by: default avatarLv Zheng <lv.zheng@intel.com>
Signed-off-by: default avatarRafael J. Wysocki <rafael.j.wysocki@intel.com>
parent 38f7c5a1
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1033,6 +1033,7 @@ struct acpi_external_list {
	u8 type;
	u8 flags;
	u8 resolved;
	u8 emitted;
};

/* Values for Flags field above */