diff options
author | Ingo Molnar <mingo@elte.hu> | 2011-05-17 14:39:00 +0200 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2011-05-17 14:39:00 +0200 |
commit | 86b9523ab1517f6edeb87295329c901930d3732d (patch) | |
tree | 48707eef8c942c18bd32cc73e517db15986dee5d /arch/x86 | |
parent | 2c14ddc135d93cb4b33ee4bd4a2b05e21a4a762c (diff) | |
parent | fffcda1183e93df84ad73ba7eb7782a5c354e2b3 (diff) | |
download | linux-3.10-86b9523ab1517f6edeb87295329c901930d3732d.tar.gz linux-3.10-86b9523ab1517f6edeb87295329c901930d3732d.tar.bz2 linux-3.10-86b9523ab1517f6edeb87295329c901930d3732d.zip |
Merge branch 'gart/rename' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/linux-2.6-iommu into core/iommu
Diffstat (limited to 'arch/x86')
-rw-r--r-- | arch/x86/kernel/Makefile | 2 | ||||
-rw-r--r-- | arch/x86/kernel/amd_gart_64.c (renamed from arch/x86/kernel/pci-gart_64.c) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/Makefile b/arch/x86/kernel/Makefile index 7338ef2218b..97ebf82e0b7 100644 --- a/arch/x86/kernel/Makefile +++ b/arch/x86/kernel/Makefile @@ -117,7 +117,7 @@ obj-$(CONFIG_OF) += devicetree.o ifeq ($(CONFIG_X86_64),y) obj-$(CONFIG_AUDIT) += audit_64.o - obj-$(CONFIG_GART_IOMMU) += pci-gart_64.o aperture_64.o + obj-$(CONFIG_GART_IOMMU) += amd_gart_64.o aperture_64.o obj-$(CONFIG_CALGARY_IOMMU) += pci-calgary_64.o tce_64.o obj-$(CONFIG_AMD_IOMMU) += amd_iommu_init.o amd_iommu.o diff --git a/arch/x86/kernel/pci-gart_64.c b/arch/x86/kernel/amd_gart_64.c index b117efd24f7..b117efd24f7 100644 --- a/arch/x86/kernel/pci-gart_64.c +++ b/arch/x86/kernel/amd_gart_64.c |