From: Thomas Gleixner Date: Thu, 11 Oct 2007 09:14:07 +0000 (+0200) Subject: x86_64: prepare shared kernel/aperture.c X-Git-Tag: v3.12-rc1~26620 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6ba77c2d762ccac01dc9302c63e21605552f177e;p=kernel%2Fkernel-generic.git x86_64: prepare shared kernel/aperture.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 b865ce6..175d604 100644 --- a/arch/x86_64/kernel/Makefile +++ b/arch/x86_64/kernel/Makefile @@ -29,7 +29,7 @@ obj-$(CONFIG_PM) += suspend.o obj-$(CONFIG_HIBERNATION) += suspend_asm.o obj-$(CONFIG_CPU_FREQ) += ../../i386/kernel/cpu/cpufreq/ obj-$(CONFIG_EARLY_PRINTK) += early_printk.o -obj-$(CONFIG_IOMMU) += pci-gart.o aperture.o +obj-$(CONFIG_IOMMU) += pci-gart.o aperture_64.o obj-$(CONFIG_CALGARY_IOMMU) += pci-calgary.o tce.o obj-$(CONFIG_SWIOTLB) += pci-swiotlb.o obj-$(CONFIG_KPROBES) += kprobes.o diff --git a/arch/x86_64/kernel/aperture.c b/arch/x86_64/kernel/aperture_64.c similarity index 100% rename from arch/x86_64/kernel/aperture.c rename to arch/x86_64/kernel/aperture_64.c