]> git.baikalelectronics.ru Git - kernel.git/commit
ACPI/IORT: Remove temporary iort_get_id_mapping_index() ACPICA guard
authorLorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Thu, 8 Feb 2018 09:58:52 +0000 (09:58 +0000)
committerLorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Thu, 8 Mar 2018 11:22:30 +0000 (11:22 +0000)
commitf18dbb6aeb9a86333616e2fed4465e8d45d1c002
treed1cb732f38b082ae081027e6619ad5917e1a387d
parent8d194176283d38261cd332487604237a9a5fbdaf
ACPI/IORT: Remove temporary iort_get_id_mapping_index() ACPICA guard

In IORT issue C SMMUv3 IORT nodes gained an additional field (DeviceID
mapping index) so that the SMMUv3 can describe its MSI interrupts.

Referring to it in the kernel requires ACPICA changes and in order
to prevent kernel<->ACPICA dependencies kernel code depending on the
SMMUv3 DeviceID mapping index field was guarded with an ACPICA version
conditional.

ACPICA changes introducing DeviceID mapping index in the IORT structs
were integrated in the kernel with:

commit 9b6c9ca6e6d1 ("ACPICA: iasl: Add SMMUv3 device ID mapping index
support")

so the temporary ACPICA guard has become stale and can be removed.

Signed-off-by: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Acked-by: Hanjun Guo <hanjun.guo@linaro.org>
Cc: Will Deacon <will.deacon@arm.com>
Cc: Hanjun Guo <hanjun.guo@linaro.org>
Cc: Sudeep Holla <sudeep.holla@arm.com>
Cc: Catalin Marinas <catalin.marinas@arm.com>
Cc: "Rafael J. Wysocki" <rjw@rjwysocki.net>
drivers/acpi/arm64/iort.c