The IORT table usually only contains single mappings. While on the LX2K there
authorpatrick <patrick@openbsd.org>
Fri, 26 Nov 2021 15:21:26 +0000 (15:21 +0000)
committerpatrick <patrick@openbsd.org>
Fri, 26 Nov 2021 15:21:26 +0000 (15:21 +0000)
commitb9702ae564c275436aaa1cdf9d4bf7af9b92a43c
tree9ea5bb4d69a9589adbdc5885c1b171451f34a21a
parent7a1c721588c771bfdd6d55a07468a39ce3923542
The IORT table usually only contains single mappings.  While on the LX2K there
is a non-single mapping for the networking subsystem, we don't yet have support
for it and apparently Linux has trouble with it as well.  So for now we can
remove the code, because it uses an uninitialized variable and there's no easy
way to fix it without re-thinking the concept.  The code got there in the first
place because it's a copy of the same pattern in our other IOMMU code.

ok jsg@
sys/arch/arm64/dev/acpiiort.c