OSDN Git Service

ACPICA: String conversions: Update to add new behaviors
authorBob Moore <robert.moore@intel.com>
Wed, 20 Sep 2017 02:00:49 +0000 (10:00 +0800)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Tue, 3 Oct 2017 23:43:06 +0000 (01:43 +0200)
commitc2e56e54b2b426fdce62e1a08a77ce8e6f4b915c
treec8b06d4e7d3dfdc55c9914c192ec6e8d64900da3
parent72a2935502cc0f23567df649ebc644038d24abcf
ACPICA: String conversions: Update to add new behaviors

ACPICA commit e3574138af82a25d76324559848689946982dbd0

1) Allow whitespace in string before the constant
2) ut_strtoul64 now always creates a 64-bit integer; iASL will
truncate this to the lower 32-bits if the table being compiled
is a 32-bit table (DSDT revision less than 2).

Link: https://github.com/acpica/acpica/commit/e3574138af82
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/utstrsuppt.c
drivers/acpi/acpica/utstrtoul64.c