]> git.baikalelectronics.ru Git - kernel.git/commit
ACPICA: Utilities: Load of local test tables is now optional.
authorBob Moore <robert.moore@intel.com>
Sat, 8 Feb 2014 01:42:12 +0000 (09:42 +0800)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Mon, 10 Feb 2014 23:30:24 +0000 (00:30 +0100)
commitbd4283dc12cad939eb0e1f3b0a884533bd21dc75
tree53c48af777c4ecd6efc2d3aff50cd42372959e7d
parenta3411814b73bc8f66d87fef6a5cdd4a94e51a876
ACPICA: Utilities: Load of local test tables is now optional.

The utility has the capability to load some various tables to test
features of ACPICA. However, there are enough of them that the output
of the utility became confusing. With this change, only the required
local tables are displayed (RSDP, XSDT, etc.) along with the actual
tables loaded via the command line specification. This makes the
default output simler and easier to understand. The -el command line
option restores the original behavior for testing purposes.

This patch doesn't affect kernel behavior as Linux doesn't use ACPICA
allocation tracking implementation.

Signed-off-by: Bob Moore <robert.moore@intel.com>
Signed-off-by: Lv Zheng <lv.zheng@intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/acpica/uttrack.c