From: Bob Moore Date: Sat, 8 Feb 2014 01:42:39 +0000 (+0800) Subject: ACPICA: Debugger: Add new command to read/write/compare all namespace objects. X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=eb60c4d3a43c8ba9a55e6b2ac824472de50aed11;p=deliverable%2Flinux.git 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 Signed-off-by: Lv Zheng Signed-off-by: Rafael J. Wysocki --- diff --git a/drivers/acpi/acpica/acdebug.h b/drivers/acpi/acpica/acdebug.h index 7db70aecfcb2..68a91eb0fa48 100644 --- a/drivers/acpi/acpica/acdebug.h +++ b/drivers/acpi/acpica/acdebug.h @@ -115,6 +115,8 @@ ACPI_HW_DEPENDENT_RETURN_VOID(void char *block_arg)) ACPI_HW_DEPENDENT_RETURN_VOID(void acpi_db_generate_sci(void)) +void acpi_db_execute_test(char *type_arg); + /* * dbconvert - miscellaneous conversion routines */