From: Thomas Gleixner Date: Thu, 11 Oct 2007 09:15:23 +0000 (+0200) Subject: x86_64: prepare shared kernel/pci-gart.c X-Git-Tag: v2.6.24-rc1~1552 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=46b4c119b4b67dfab3f1e644d6f8bdbf28f18411;p=platform%2Fkernel%2Flinux-3.10.git x86_64: prepare shared kernel/pci-gart.c Signed-off-by: Thomas Gleixner Signed-off-by: Ingo Molnar --- diff --git a/arch/x86_64/kernel/Makefile b/arch/x86_64/kernel/Makefile index 2336f1c..8253617 100644 --- a/arch/x86_64/kernel/Makefile +++ b/arch/x86_64/kernel/Makefile @@ -29,7 +29,7 @@ obj-$(CONFIG_PM) += suspend_64.o obj-$(CONFIG_HIBERNATION) += suspend_asm_64.o obj-$(CONFIG_CPU_FREQ) += ../../i386/kernel/cpu/cpufreq/ obj-$(CONFIG_EARLY_PRINTK) += early_printk.o -obj-$(CONFIG_IOMMU) += pci-gart.o aperture_64.o +obj-$(CONFIG_IOMMU) += pci-gart_64.o aperture_64.o obj-$(CONFIG_CALGARY_IOMMU) += pci-calgary_64.o tce_64.o obj-$(CONFIG_SWIOTLB) += pci-swiotlb_64.o obj-$(CONFIG_KPROBES) += kprobes_64.o diff --git a/arch/x86_64/kernel/pci-gart.c b/arch/x86_64/kernel/pci-gart_64.c similarity index 100% rename from arch/x86_64/kernel/pci-gart.c rename to arch/x86_64/kernel/pci-gart_64.c