ACPICA: Fix unmerged utility divergences.
authorLv Zheng <lv.zheng@intel.com>
Wed, 31 Oct 2012 02:25:05 +0000 (02:25 +0000)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Wed, 14 Nov 2012 23:31:21 +0000 (00:31 +0100)
commit6d33b6be17dd6a0934396704f969ceb7f3206347
tree4cf68009186944acd1b8ef10fb2b5b87e8c0c2f3
parent45dcd31547fcd58273423799b12efe0e8371127e
ACPICA: Fix unmerged utility divergences.

Utility improvements in ACPICA are partial ignored by ACPICA Linux
release.  This will lead to divergences between Linux and ACPICA.
This patch ports the entire "utility" into Linux and makes them
igored in the compilation stage by "ACPI_FUTURE_USAGE".
The following "Utility" files have been ported into the Linux:
  drivers/acpi/uttrack.c
  drivers/acpi/utcache.c
  drivers/acpi/utids.c

This patch will not affect the generated vmlinx binary.
This will decrease 274 lines of 20120913 divergence.diff.

Signed-off-by: Robert 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/Makefile
drivers/acpi/acpica/acutils.h
drivers/acpi/acpica/utcache.c [new file with mode: 0644]
drivers/acpi/acpica/utclib.c [new file with mode: 0644]
drivers/acpi/acpica/utdebug.c
drivers/acpi/acpica/utmisc.c
drivers/acpi/acpica/uttrack.c [new file with mode: 0644]
This page took 0.027757 seconds and 5 git commands to generate.