]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ACPICA: Disassembler: add external op to namespace on first pass
authorErik Schmauss <erik.schmauss@intel.com>
Mon, 5 Jun 2017 08:41:49 +0000 (16:41 +0800)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Tue, 27 Jun 2017 20:25:25 +0000 (22:25 +0200)
commitbdcf4cdbdc889477cd945d487dbb31fef4977849
tree7b041864a22c11c2a8a916c653894e682d79b2b7
parent2f8c1141da2f53989e1ace6806ab45a385d24487
ACPICA: Disassembler: add external op to namespace on first pass

ACPICA commit 117be4819588df3b7146f6f01723639b1d61e775

By doing so, external control method resolutions can be resolved like
normal control methods. This eliminates the need to reparse the aml
all over again for external control methods that were encoded within
the aml with the 0x15 bytecode.

Link: https://github.com/acpica/acpica/commit/117be481
Signed-off-by: Erik Schmauss <erik.schmauss@intel.com>
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/dswload.c
drivers/acpi/acpica/dswload2.c