diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2007-10-11 05:15:23 -0400 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2007-10-11 05:15:23 -0400 |
commit | 46b4c119b4b67dfab3f1e644d6f8bdbf28f18411 (patch) | |
tree | 0191b815b8d933168d60cd165d0f274be1696762 /arch/x86_64 | |
parent | f328f81b54ecc19d2d13710dca01e5f01f1ff449 (diff) |
x86_64: prepare shared kernel/pci-gart.c
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86_64')
-rw-r--r-- | arch/x86_64/kernel/Makefile | 2 | ||||
-rw-r--r-- | arch/x86_64/kernel/pci-gart_64.c (renamed from arch/x86_64/kernel/pci-gart.c) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86_64/kernel/Makefile b/arch/x86_64/kernel/Makefile index 2336f1cb654c..8253617af12e 100644 --- a/arch/x86_64/kernel/Makefile +++ b/arch/x86_64/kernel/Makefile | |||
@@ -29,7 +29,7 @@ obj-$(CONFIG_PM) += suspend_64.o | |||
29 | obj-$(CONFIG_HIBERNATION) += suspend_asm_64.o | 29 | obj-$(CONFIG_HIBERNATION) += suspend_asm_64.o |
30 | obj-$(CONFIG_CPU_FREQ) += ../../i386/kernel/cpu/cpufreq/ | 30 | obj-$(CONFIG_CPU_FREQ) += ../../i386/kernel/cpu/cpufreq/ |
31 | obj-$(CONFIG_EARLY_PRINTK) += early_printk.o | 31 | obj-$(CONFIG_EARLY_PRINTK) += early_printk.o |
32 | obj-$(CONFIG_IOMMU) += pci-gart.o aperture_64.o | 32 | obj-$(CONFIG_IOMMU) += pci-gart_64.o aperture_64.o |
33 | obj-$(CONFIG_CALGARY_IOMMU) += pci-calgary_64.o tce_64.o | 33 | obj-$(CONFIG_CALGARY_IOMMU) += pci-calgary_64.o tce_64.o |
34 | obj-$(CONFIG_SWIOTLB) += pci-swiotlb_64.o | 34 | obj-$(CONFIG_SWIOTLB) += pci-swiotlb_64.o |
35 | obj-$(CONFIG_KPROBES) += kprobes_64.o | 35 | 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 index 4918c575d582..4918c575d582 100644 --- a/arch/x86_64/kernel/pci-gart.c +++ b/arch/x86_64/kernel/pci-gart_64.c | |||