x86/PV: correct post-preemption progress recording in iommu_memory_setup()
authorJan Beulich <jbeulich@suse.com>
Wed, 27 Jul 2022 11:00:08 +0000 (13:00 +0200)
committerJan Beulich <jbeulich@suse.com>
Wed, 27 Jul 2022 11:00:08 +0000 (13:00 +0200)
commitf732240fd3bac25116151db5ddeb7203b62e85ce
tree8a9134b37cc3b557fb1d4eaab8224eb90102ff13
parentb06edbf70e1a417a6f16b2cf9d799c560a2483b3
x86/PV: correct post-preemption progress recording in iommu_memory_setup()

Coverity validly points out that the mfn_add() as used was dead code.

Coverity ID: 1507475
Fixes: c1e1564c8995 ("IOMMU/x86: perform PV Dom0 mappings in batches")
Signed-off-by: Jan Beulich <jbeulich@suse.com>
Acked-by: Andrew Cooper <andrew.cooper3@citrix.com>
xen/arch/x86/pv/dom0_build.c