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)
commit29b68415e335ba9e0eb6057f9405aa4d9c23efe4
tree76d1a8990ab1e5db5f6860262cb52c186d477925
parentb10f127e1a4d8cac5414c6e2b152c205b66c9f16
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
drivers/iommu/Kconfig
drivers/iommu/Makefile
drivers/iommu/amd_iommu.c [moved from arch/x86/kernel/amd_iommu.c with 100% similarity]