]> git.baikalelectronics.ru Git - kernel.git/commit
ACPICA: iasl/Disassembler: Support ASL ElseIf operator
authorBob Moore <robert.moore@intel.com>
Tue, 29 Dec 2015 06:00:00 +0000 (14:00 +0800)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Fri, 1 Jan 2016 02:47:37 +0000 (03:47 +0100)
commitc1fad157c5f61293e8a39f81c916816fe9ebea24
tree7a9d9e53099313dd1a38e48324bd7dd85874da95
parent2daa61e416de6d29eccc1e2ff5f5295aecc4050c
ACPICA: iasl/Disassembler: Support ASL ElseIf operator

ACPICA commit 918a840d27d620942e0ecb69de320bb71ea86c5a

ElseIf is a macro that resolves to an Else..If in the AML byte code.
This support merges an Else followed immediately by an If to an
ASL ElseIf operator. Simplifies decoded ASL, especially for large
Switch statements.

This patch only applies to iasl, and is no-op for Linux kernel.

Link: https://github.com/acpica/acpica/commit/918a840d
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/aclocal.h