commit | 8736b2c331030733c5d619170dc6e9ef211a4039 | [log] [tgz] |
---|---|---|
author | Joerg Roedel <joerg.roedel@amd.com> | Thu Nov 24 16:21:52 2011 +0100 |
committer | Joerg Roedel <joerg.roedel@amd.com> | Wed Dec 14 12:09:17 2011 +0100 |
tree | 33a16976842200dc173a55d13c61e7f592ef485d | |
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>