]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit4d773084bfd536e359a424eee00ebc2887963490
tree0248629a274c751835622435b6aa49319da4308d
parente81baa679f43df02ace8c3263b53c767d714f2cd
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