[PATCH v3] ACPI / x86: introduce acpi_os_readable() support

2015-11-18 Thread Lv Zheng
From: Chen Yu This patch implements acpi_os_readable(). The function is used by ACPICA AML debugger to validate user specified pointers for dumping the memory as ACPICA descriptor objects. Signed-off-by: Chen Yu Tested-by: Lv Zheng Signed-off-by: Lv Zheng --- arch/x86/Kconfig

[PATCH v3] ACPI / x86: introduce acpi_os_readable() support

2015-11-18 Thread Lv Zheng
From: Chen Yu This patch implements acpi_os_readable(). The function is used by ACPICA AML debugger to validate user specified pointers for dumping the memory as ACPICA descriptor objects. Signed-off-by: Chen Yu Tested-by: Lv Zheng