]> git.karo-electronics.de Git - linux-beck.git/commit
ACPICA: Utilities: Update for strtoul64 merger
authorBob Moore <robert.moore@intel.com>
Thu, 24 Mar 2016 01:40:33 +0000 (09:40 +0800)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Tue, 5 Apr 2016 01:53:33 +0000 (03:53 +0200)
commit3a05be7575a46cf3b16abb77e1072afa13307a1b
tree5a2db5243f2eb99315513b03171e10e8251a6377
parent53c78d75d8a4615e5c2f1d9fe94f25e049f0e61b
ACPICA: Utilities: Update for strtoul64 merger

ACPICA commit 795e136d2ac77c1c8b091fba019b5fe36a44a323

Fixes a problem with the merger of the two internal versions
of this function. Make the maximum integer width (32-bit or
64-bit) a parameter to the function so that it no longer
exclusively uses the integer width specified in the DSDT/SSDT.
ACPICA BZ 1260

Link: https://github.com/acpica/acpica/commit/795e136d
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/acutils.h
drivers/acpi/acpica/dbconvert.c
drivers/acpi/acpica/exconvrt.c
drivers/acpi/acpica/nsconvert.c
drivers/acpi/acpica/utnonansi.c
tools/power/acpi/tools/acpidump/apdump.c
tools/power/acpi/tools/acpidump/apmain.c