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)
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>

No differences found