]> git.baikalelectronics.ru Git - kernel.git/commit
iommu/amd: Remove clear_flush_young notifier
authorPeter Xu <peterx@redhat.com>
Wed, 30 Jan 2019 05:57:58 +0000 (13:57 +0800)
committerJoerg Roedel <jroedel@suse.de>
Wed, 30 Jan 2019 16:30:46 +0000 (17:30 +0100)
commitdf4a173072ee4322450a366d847ac79f4d53745d
tree35369fcc43709d4a07c9ab20ba690e93820d5a34
parent69f388e3d6e037c10b95fc0886b144adb3f9fa74
iommu/amd: Remove clear_flush_young notifier

AMD IOMMU driver is using the clear_flush_young() to do cache flushing
but that's actually already covered by invalidate_range().  Remove the
extra notifier and the chunks.

Signed-off-by: Peter Xu <peterx@redhat.com>
Signed-off-by: Joerg Roedel <jroedel@suse.de>
drivers/iommu/amd_iommu_v2.c