ACPICA: Enhance configuration for output of AML Debug Object
authorLin Ming <ming.m.lin@intel.com>
Wed, 3 Mar 2010 08:28:28 +0000 (16:28 +0800)
committerLen Brown <len.brown@intel.com>
Tue, 20 Apr 2010 14:42:49 +0000 (10:42 -0400)
commit4cdf1a562bfb5852954aadbe8515557b8acc8168
tree0248629a274c751835622435b6aa49319da4308d
parent01bf0b64579ead8a82e7cfc32ae44bc667e7ad0f
ACPICA: Enhance configuration for output of AML Debug Object

This change will enable debug object output via a global variable,
acpi_gbl_enable_aml_debug_object. This will help with remote machine
debugging. Also, moved all debug object support code to a new
file, exdebug.c. Entire debug object module can now be
configured out of the ACPICA build if desired.

Signed-off-by: Lin Ming <ming.m.lin@intel.com>
Signed-off-by: Bob Moore <robert.moore@intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
drivers/acpi/acpica/Makefile
drivers/acpi/acpica/acglobal.h
drivers/acpi/acpica/acinterp.h
drivers/acpi/acpica/exdebug.c [new file with mode: 0644]
drivers/acpi/acpica/exstore.c
include/acpi/acoutput.h
include/acpi/acpixf.h