From: Bob Moore Date: Fri, 25 Jan 2013 05:41:08 +0000 (+0000) Subject: ACPICA: iASL/Disassembler: Add option to ignore NOOP opcodes/operators X-Git-Tag: v3.9-rc1~146^2~11^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d9652b4e8a26384be959770839773a9dee7d0c2c;p=pandora-kernel.git 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 Tested-by: Thomas Renninger Signed-off-by: Lv Zheng Signed-off-by: Rafael J. Wysocki --- Reading git-diff-tree failed