diff options
author | Lu Baolu <baolu.lu@linux.intel.com> | 2023-12-18 15:34:44 +0800 |
---|---|---|
committer | Joerg Roedel <jroedel@suse.de> | 2023-12-19 14:32:28 +0100 |
commit | d2b66903464ec29e54ac0991fa43c0da2c2a4892 (patch) | |
tree | 3d68301969c7db419376ae2e63a9a8dcca8b8026 /drivers/iommu/intel/debugfs.c | |
parent | 47642bdd5a25cd46228221719af2902b583bd36c (diff) | |
download | linux-d2b66903464ec29e54ac0991fa43c0da2c2a4892.tar.gz linux-d2b66903464ec29e54ac0991fa43c0da2c2a4892.tar.bz2 linux-d2b66903464ec29e54ac0991fa43c0da2c2a4892.zip |
iommu/vt-d: Remove unused vcmd interfaces
Commit 99b5726b4423 ("iommu: Remove ioasid infrastructure") has removed
ioasid allocation interfaces from the iommu subsystem. As a result, these
vcmd interfaces have become obsolete. Remove them to avoid dead code.
Signed-off-by: Lu Baolu <baolu.lu@linux.intel.com>
Link: https://lore.kernel.org/r/20231116015048.29675-4-baolu.lu@linux.intel.com
Signed-off-by: Joerg Roedel <jroedel@suse.de>
Diffstat (limited to 'drivers/iommu/intel/debugfs.c')
-rw-r--r-- | drivers/iommu/intel/debugfs.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/iommu/intel/debugfs.c b/drivers/iommu/intel/debugfs.c index dee61e513be6..86b506af7daa 100644 --- a/drivers/iommu/intel/debugfs.c +++ b/drivers/iommu/intel/debugfs.c @@ -106,9 +106,6 @@ static const struct iommu_regset iommu_regs_64[] = { IOMMU_REGSET_ENTRY(MTRR_PHYSMASK8), IOMMU_REGSET_ENTRY(MTRR_PHYSBASE9), IOMMU_REGSET_ENTRY(MTRR_PHYSMASK9), - IOMMU_REGSET_ENTRY(VCCAP), - IOMMU_REGSET_ENTRY(VCMD), - IOMMU_REGSET_ENTRY(VCRSP), }; static struct dentry *intel_iommu_debug; |