]> git.proxmox.com Git - mirror_ubuntu-zesty-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)
commitd72c17a8674fc143e1c7781e55fa362626353167
tree53c48af777c4ecd6efc2d3aff50cd42372959e7d
parent2e19f8d02ee7acd939d60a89905c6fbc27c7cfab
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