ACPICA: iASL/Disassembler: Add option to ignore NOOP opcodes/operators
authorBob Moore <robert.moore@intel.com>
Fri, 25 Jan 2013 05:41:08 +0000 (05:41 +0000)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Fri, 25 Jan 2013 12:30:48 +0000 (13:30 +0100)
commitd9652b4e8a26384be959770839773a9dee7d0c2c
treeca8ebd28caeea5fa37f53b1bccf4644478b99e56
parent48ffb94f9e6f9b11c26884f26199e3d51bb22e54
ACPICA: iASL/Disassembler: Add option to ignore NOOP opcodes/operators

Implemented for both the compiler and the disassembler.  Often,
the NOOP opcode is used as padding for packages that are changed
dynamically by the BIOS. When disassembled, these NOOPs will
cause syntax errors. This option causes the disassembler to ignore
the NOOP opcode, and it also causes the compiler to ignore NOOP
statements as well.

Signed-off-by: Bob Moore <robert.moore@intel.com>
Tested-by: Thomas Renninger <trenn@suse.de>
Signed-off-by: Lv Zheng <lv.zheng@intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/acpica/acglobal.h