commit | c637e4861c7db8165d0f438db3829e7878c96059 | [log] [tgz] |
---|---|---|
author | Zhang Rui <rui.zhang@intel.com> | Thu Jul 15 10:46:17 2010 +0800 |
committer | Len Brown <len.brown@intel.com> | Sat Aug 14 23:02:14 2010 -0400 |
tree | 7cb2621815f1861d0e333cced6bf993f1b38c4e0 | |
parent | a25ee9200eef07377e1703697afbb5d81f89e500 [diff] |
ACPI: introduce module parameter acpi.aml_debug_output Introduce module parameter acpi.aml_debug_output. With acpi.aml_debug_output set, we can get AML debug object output (Store (AAA, Debug)), even with CONFIG_ACPI_DEBUG cleared. Together with the runtime custom method mechanism, we can debug AML code problems without rebuilding the kernel. Signed-off-by: Zhang Rui <rui.zhang@intel.com> Signed-off-by: Len Brown <len.brown@intel.com>