]> git.baikalelectronics.ru Git - kernel.git/commit
ACPICA: Intepreter: Add object extensions to Concatenate operand
authorBob Moore <robert.moore@intel.com>
Thu, 24 Mar 2016 01:39:51 +0000 (09:39 +0800)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Tue, 5 Apr 2016 01:53:31 +0000 (03:53 +0200)
commit297b5613dd6c8e2e9bb66c69a131d4d64e8be3ac
tree212c2ab30fe2370ae6c9133e0bd9a3d313d4ee23
parent64941cd5e55ad1b6b3e6f05667fa4bc2d074437f
ACPICA: Intepreter: Add object extensions to Concatenate operand

ACPICA commit 60d9cfd403a9824199b971597c930f6f563e5c71

Allows all object types to be used with Concatenate. Objects
other than Int/Str/Buf are convert to a string that contains
the type of the object. Improves the utility of the Printf
and Fprintf macros.

Adds a new file, exconcat.c

Link: https://github.com/acpica/acpica/commit/60d9cfd4
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/Makefile
drivers/acpi/acpica/exconcat.c [new file with mode: 0644]
drivers/acpi/acpica/exmisc.c