From: Thomas Renninger Date: Thu, 31 May 2007 15:20:39 +0000 (+0200) Subject: ACPI: create CONFIG_ACPI_DEBUG_FUNC_TRACE X-Git-Tag: v2.6.23-rc1~17^2~13^2 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=798d91039849486c7a4f1a458a5680cb55a65408;p=pandora-kernel.git 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 Signed-off-by: Len Brown --- Reading git-diff-tree failed