]> git.baikalelectronics.ru Git - kernel.git/commit
iommu/amd: Set exclusion range correctly
authorJoerg Roedel <jroedel@suse.de>
Fri, 12 Apr 2019 10:50:31 +0000 (12:50 +0200)
committerJoerg Roedel <jroedel@suse.de>
Fri, 12 Apr 2019 10:59:45 +0000 (12:59 +0200)
commiteb84f05340f02c958b1ed4fcb79ba6663f8b577b
tree0784753e89b9847d082df06b83e6a915b0644d5d
parent68d7df48a4a5ca87071fc7a70814a96c28168e78
iommu/amd: Set exclusion range correctly

The exlcusion range limit register needs to contain the
base-address of the last page that is part of the range, as
bits 0-11 of this register are treated as 0xfff by the
hardware for comparisons.

So correctly set the exclusion range in the hardware to the
last page which is _in_ the range.

Fixes: 3d1ac962c9b87 ('x86, AMD IOMMU: add functions for programming IOMMU MMIO space')
Signed-off-by: Joerg Roedel <jroedel@suse.de>
drivers/iommu/amd_iommu_init.c