]> 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)
commitc5740d468e48870f68823c167654600f207821a4
tree212c2ab30fe2370ae6c9133e0bd9a3d313d4ee23
parent743caa83b281d8aaf61df4834b23b0030eafe927
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