]> git.baikalelectronics.ru Git - kernel.git/commit
x86: amd_iommu: move to drivers/iommu/
authorOhad Ben-Cohen <ohad@wizery.com>
Sun, 5 Jun 2011 15:22:18 +0000 (18:22 +0300)
committerJoerg Roedel <joerg.roedel@amd.com>
Tue, 21 Jun 2011 08:49:29 +0000 (10:49 +0200)
commit11ca85d638fa7e92b54114c3a68bc6e911014d83
tree76d1a8990ab1e5db5f6860262cb52c186d477925
parenta4e2b3d4f102fdb4c3f608cb127b5003a6b3c3a6
x86: amd_iommu: move to drivers/iommu/

This should ease finding similarities with different platforms,
with the intention of solving problems once in a generic framework
which everyone can use.

Compile-tested on x86_64.

Signed-off-by: Ohad Ben-Cohen <ohad@wizery.com>
Signed-off-by: Joerg Roedel <joerg.roedel@amd.com>
arch/x86/Kconfig
arch/x86/kernel/Makefile
arch/x86/kernel/amd_iommu.c [deleted file]
drivers/iommu/Kconfig
drivers/iommu/Makefile
drivers/iommu/amd_iommu.c [new file with mode: 0644]