aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJiang Liu <jiang.liu@linux.intel.com>2014-02-19 01:07:36 -0500
committerJoerg Roedel <joro@8bytes.org>2014-03-04 11:51:06 -0500
commit2e45528930388658603ea24d49cf52867b928d3e (patch)
tree751171aa8f2f9a00f080adb6201cf9d9acd02f94 /include
parent59ce0515cdaf3b7d47893d12f61e51d691863788 (diff)
iommu/vt-d: Unify the way to process DMAR device scope array
Now we have a PCI bus notification based mechanism to update DMAR device scope array, we could extend the mechanism to support boot time initialization too, which will help to unify and simplify the implementation. Signed-off-by: Jiang Liu <jiang.liu@linux.intel.com> Signed-off-by: Joerg Roedel <joro@8bytes.org>
Diffstat (limited to 'include')
-rw-r--r--include/linux/dmar.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/linux/dmar.h b/include/linux/dmar.h
index 4e196430f1b2..0a92e4d978bc 100644
--- a/include/linux/dmar.h
+++ b/include/linux/dmar.h
@@ -173,7 +173,6 @@ extern int arch_setup_dmar_msi(unsigned int irq);
173 173
174#ifdef CONFIG_INTEL_IOMMU 174#ifdef CONFIG_INTEL_IOMMU
175extern int iommu_detected, no_iommu; 175extern int iommu_detected, no_iommu;
176extern int dmar_parse_rmrr_atsr_dev(void);
177extern int dmar_parse_one_rmrr(struct acpi_dmar_header *header); 176extern int dmar_parse_one_rmrr(struct acpi_dmar_header *header);
178extern int dmar_parse_one_atsr(struct acpi_dmar_header *header); 177extern int dmar_parse_one_atsr(struct acpi_dmar_header *header);
179extern int dmar_iommu_notify_scope_dev(struct dmar_pci_notify_info *info); 178extern int dmar_iommu_notify_scope_dev(struct dmar_pci_notify_info *info);
@@ -188,10 +187,6 @@ static inline int dmar_parse_one_atsr(struct acpi_dmar_header *header)
188{ 187{
189 return 0; 188 return 0;
190} 189}
191static inline int dmar_parse_rmrr_atsr_dev(void)
192{
193 return 0;
194}
195static inline int dmar_iommu_notify_scope_dev(struct dmar_pci_notify_info *info) 190static inline int dmar_iommu_notify_scope_dev(struct dmar_pci_notify_info *info)
196{ 191{
197 return 0; 192 return 0;