瀏覽代碼

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>
Bob Moore 12 年之前
父節點
當前提交
b268cee867
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      drivers/acpi/acpica/aclocal.h

+ 1 - 0
drivers/acpi/acpica/aclocal.h

@@ -1033,6 +1033,7 @@ struct acpi_external_list {
 	u8 type;
 	u8 flags;
 	u8 resolved;
+	u8 emitted;
 };
 
 /* Values for Flags field above */