]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
ACPI: create CONFIG_ACPI_DEBUG_FUNC_TRACE
authorThomas Renninger <trenn@suse.de>
Thu, 31 May 2007 15:20:39 +0000 (17:20 +0200)
committerLen Brown <len.brown@intel.com>
Sun, 22 Jul 2007 06:20:07 +0000 (02:20 -0400)
commit798d91039849486c7a4f1a458a5680cb55a65408
tree913aa33232986dc38b73a7f606c73c8281d208f6
parent54ca4123363f388ab724fc66da92b87dc05395c3
ACPI: create CONFIG_ACPI_DEBUG_FUNC_TRACE

Split ACPI_DEBUG into function trace enabled and not enabled.

Function trace is most of the ACPI_DEBUG costs, but is
not much of use for kernel ACPI debugging.

Size of kernel image increased on test compile:
+ 48k  (Full ACPI_DEBUG)
+ 35k  (ACPI_DEBUG with function trace compiled out)

Performance without function trace is also much better.

Also remove ACPI_LV_DEBUG_OBJECT from default debug level as
a lot vendors let Store (value, debug) in their code and this
might confuse users when it pops up in syslog.

Signed-off-by: Thomas Renninger <trenn@suse.de>
Signed-off-by: Len Brown <len.brown@intel.com>
drivers/acpi/Kconfig
include/acpi/acmacros.h
include/acpi/acoutput.h