From 2a8eb13a0689439eb9c34be062e6a5284832bb02 Mon Sep 17 00:00:00 2001 From: Thomas Gleixner Date: Thu, 11 Oct 2007 11:14:10 +0200 Subject: [PATCH] x86_64: prepare shared kernel/pci-calgary.c Signed-off-by: Thomas Gleixner Signed-off-by: Ingo Molnar --- arch/x86_64/kernel/Makefile | 2 +- arch/x86_64/kernel/{pci-calgary.c => pci-calgary_64.c} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename arch/x86_64/kernel/{pci-calgary.c => pci-calgary_64.c} (100%) diff --git a/arch/x86_64/kernel/Makefile b/arch/x86_64/kernel/Makefile index 89a62b75dca..d71bbfb2dd1 100644 --- a/arch/x86_64/kernel/Makefile +++ b/arch/x86_64/kernel/Makefile @@ -30,7 +30,7 @@ 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_64.o -obj-$(CONFIG_CALGARY_IOMMU) += pci-calgary.o tce.o +obj-$(CONFIG_CALGARY_IOMMU) += pci-calgary_64.o tce.o obj-$(CONFIG_SWIOTLB) += pci-swiotlb.o obj-$(CONFIG_KPROBES) += kprobes.o obj-$(CONFIG_X86_PM_TIMER) += pmtimer.o diff --git a/arch/x86_64/kernel/pci-calgary.c b/arch/x86_64/kernel/pci-calgary_64.c similarity index 100% rename from arch/x86_64/kernel/pci-calgary.c rename to arch/x86_64/kernel/pci-calgary_64.c -- 2.11.4.GIT