浏览代码

ACPICA: Debugger: Add new command to read/write/compare all namespace objects.

This command "test objects" will exercise the entire namespace by
writing new values to each data object, and ensuring that the write
was successful. The original value is then restored and verified.

This patch doesn't affect kernel behavior as the debugger is
currently not shipped in the Linux source tree.

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 年之前
父节点
当前提交
eb60c4d3a4
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      drivers/acpi/acpica/acdebug.h

+ 2 - 0
drivers/acpi/acpica/acdebug.h

@@ -115,6 +115,8 @@ ACPI_HW_DEPENDENT_RETURN_VOID(void
 						   char *block_arg))
 						   char *block_arg))
 ACPI_HW_DEPENDENT_RETURN_VOID(void acpi_db_generate_sci(void))
 ACPI_HW_DEPENDENT_RETURN_VOID(void acpi_db_generate_sci(void))
 
 
+void acpi_db_execute_test(char *type_arg);
+
 /*
 /*
  * dbconvert - miscellaneous conversion routines
  * dbconvert - miscellaneous conversion routines
  */
  */