ACPICA: Disassembler: Expand maximum output string length to 64K
authorBob Moore <robert.moore@intel.com>
Wed, 17 Jul 2013 01:48:40 +0000 (09:48 +0800)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Mon, 22 Jul 2013 23:06:49 +0000 (01:06 +0200)
commit0fb3adf8099160c0a1b1952b6ccf7ac05c218d38
tree2694c07c4788ba3cab2ff8b46065c9a5d7bb259d
parent57987ca2b7c3b16aeeaeacb69b52372181cb7c58
ACPICA: Disassembler: Expand maximum output string length to 64K

Was 256 bytes max. The original purpose of this constraint was to
limit the amount of debug output. However, the string function in
question (UtPrintString) is now used for the disassembler also,
where 256 bytes is insufficient. Reported by RehabMan@GitHub.

Signed-off-by: Bob Moore <robert.moore@intel.com>
Signed-off-by: Lv Zheng <lv.zheng@intel.com>
Acked-by: Len Brown <len.brown@intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/acpica/acutils.h
drivers/acpi/acpica/utstring.c