diff options
author | Joerg Roedel <joerg.roedel@amd.com> | 2011-11-24 10:21:52 -0500 |
---|---|---|
committer | Joerg Roedel <joerg.roedel@amd.com> | 2011-12-14 06:09:17 -0500 |
commit | 8736b2c331030733c5d619170dc6e9ef211a4039 (patch) | |
tree | 33a16976842200dc173a55d13c61e7f592ef485d /drivers/iommu/Kconfig | |
parent | 028eeacc412a8bebf6711e58629b0cab56a9ba87 (diff) |
iommu/amd: Implement notifiers for IOMMUv2
Since pages are not pinned anymore we need notifications
when the VMM changes the page-tables. Use mmu_notifiers for
that.
Also use the task_exit notifier from the profiling subsystem
to shutdown all contexts related to this task.
Signed-off-by: Joerg Roedel <joerg.roedel@amd.com>
Diffstat (limited to 'drivers/iommu/Kconfig')
-rw-r--r-- | drivers/iommu/Kconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/iommu/Kconfig b/drivers/iommu/Kconfig index e608a36bb0b1..6bea6962f8ee 100644 --- a/drivers/iommu/Kconfig +++ b/drivers/iommu/Kconfig | |||
@@ -62,7 +62,8 @@ config AMD_IOMMU_STATS | |||
62 | 62 | ||
63 | config AMD_IOMMU_V2 | 63 | config AMD_IOMMU_V2 |
64 | tristate "AMD IOMMU Version 2 driver (EXPERIMENTAL)" | 64 | tristate "AMD IOMMU Version 2 driver (EXPERIMENTAL)" |
65 | depends on AMD_IOMMU && EXPERIMENTAL | 65 | depends on AMD_IOMMU && PROFILING && EXPERIMENTAL |
66 | select MMU_NOTIFIER | ||
66 | ---help--- | 67 | ---help--- |
67 | This option enables support for the AMD IOMMUv2 features of the IOMMU | 68 | This option enables support for the AMD IOMMUv2 features of the IOMMU |
68 | hardware. Select this option if you want to use devices that support | 69 | hardware. Select this option if you want to use devices that support |