File tree Expand file tree Collapse file tree 10 files changed +10
-11
lines changed Expand file tree Collapse file tree 10 files changed +10
-11
lines changed Original file line number Diff line number Diff line change 8620
8620
8621
8621
S: Supported
8622
8622
T: git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
8623
- F: drivers/iommu/dmar.c
8624
- F: drivers/iommu/intel*.[ch]
8623
+ F: drivers/iommu/intel/
8625
8624
F: include/linux/intel-iommu.h
8626
8625
F: include/linux/intel-svm.h
8627
8626
Original file line number Diff line number Diff line change @@ -17,13 +17,13 @@ obj-$(CONFIG_AMD_IOMMU_V2) += amd/iommu_v2.o
17
17
obj-$(CONFIG_ARM_SMMU) += arm_smmu.o
18
18
arm_smmu-objs += arm-smmu.o arm-smmu-impl.o arm-smmu-qcom.o
19
19
obj-$(CONFIG_ARM_SMMU_V3) += arm-smmu-v3.o
20
- obj-$(CONFIG_DMAR_TABLE) += dmar.o
21
- obj-$(CONFIG_INTEL_IOMMU) += intel- iommu.o intel- pasid.o
22
- obj-$(CONFIG_INTEL_IOMMU) += intel- trace.o
23
- obj-$(CONFIG_INTEL_IOMMU_DEBUGFS) += intel-iommu- debugfs.o
24
- obj-$(CONFIG_INTEL_IOMMU_SVM) += intel- svm.o
20
+ obj-$(CONFIG_DMAR_TABLE) += intel/ dmar.o
21
+ obj-$(CONFIG_INTEL_IOMMU) += intel/ iommu.o intel/ pasid.o
22
+ obj-$(CONFIG_INTEL_IOMMU) += intel/ trace.o
23
+ obj-$(CONFIG_INTEL_IOMMU_DEBUGFS) += intel/ debugfs.o
24
+ obj-$(CONFIG_INTEL_IOMMU_SVM) += intel/ svm.o
25
25
obj-$(CONFIG_IPMMU_VMSA) += ipmmu-vmsa.o
26
- obj-$(CONFIG_IRQ_REMAP) += intel_irq_remapping .o irq_remapping.o
26
+ obj-$(CONFIG_IRQ_REMAP) += intel/irq_remapping .o irq_remapping.o
27
27
obj-$(CONFIG_MTK_IOMMU) += mtk_iommu.o
28
28
obj-$(CONFIG_MTK_IOMMU_V1) += mtk_iommu_v1.o
29
29
obj-$(CONFIG_OMAP_IOMMU) += omap-iommu.o
File renamed without changes.
Original file line number Diff line number Diff line change 32
32
#include <asm/irq_remapping.h>
33
33
#include <asm/iommu_table.h>
34
34
35
- #include "irq_remapping.h"
35
+ #include "../ irq_remapping.h"
36
36
37
37
typedef int (* dmar_res_handler_t )(struct acpi_dmar_header * , void * );
38
38
struct dmar_res_callback {
File renamed without changes.
Original file line number Diff line number Diff line change 47
47
#include <asm/iommu.h>
48
48
#include <trace/events/intel_iommu.h>
49
49
50
- #include "irq_remapping.h"
50
+ #include "../ irq_remapping.h"
51
51
#include "intel-pasid.h"
52
52
53
53
#define ROOT_SIZE VTD_PAGE_SIZE
Original file line number Diff line number Diff line change 21
21
#include <asm/pci-direct.h>
22
22
#include <asm/msidef.h>
23
23
24
- #include "irq_remapping.h"
24
+ #include "../ irq_remapping.h"
25
25
26
26
enum irq_mode {
27
27
IRQ_REMAPPING ,
File renamed without changes.
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments