提交 02ca26be 编写于 作者: L Lv Zheng 提交者: Rafael J. Wysocki

ACPICA: Debugger: Reduce structure size for debugger

ACPICA commit 310e0ae1c4730f4dadc80125125099ab76851499

arg_types in struct acpi_db_method_info is only referenced by ACPI_DEBUGGER.

This patch only affects ACPICA debugger which is only used by a non-kernel
tool - acpiexec, so Linux kernel is currently not affected by this patch.

Link: https://github.com/acpica/acpica/commit/310e0ae1Signed-off-by: NLv Zheng <lv.zheng@intel.com>
Signed-off-by: NBob Moore <robert.moore@intel.com>
Signed-off-by: NRafael J. Wysocki <rafael.j.wysocki@intel.com>
上级 15a61aa1
...@@ -1107,6 +1107,9 @@ struct acpi_db_method_info { ...@@ -1107,6 +1107,9 @@ struct acpi_db_method_info {
* Index of current thread inside all them created. * Index of current thread inside all them created.
*/ */
char init_args; char init_args;
#ifdef ACPI_DEBUGGER
acpi_object_type arg_types[4];
#endif
char *arguments[4]; char *arguments[4];
char num_threads_str[11]; char num_threads_str[11];
char id_of_thread_str[11]; char id_of_thread_str[11];
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册