]> 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)
commitd068eb7b131b989bb433557ab829f6e2f0aef648
tree76d1a8990ab1e5db5f6860262cb52c186d477925
parent746801dad328ddbb0172b44d216e3b36e3e5c4c1
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]