diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2010-10-15 15:08:14 -0400 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2010-10-15 15:18:59 -0400 |
commit | 40ffa93791985ab300fd488072e9f37ccf72e88c (patch) | |
tree | a20192de6aa86ad4f69251cde0bcda86f20b5ec5 /arch/x86/kernel/Makefile | |
parent | 234bb549eea16ec7d5207ba747fb8dbf489e64c1 (diff) |
x86: Remove stale pmtimer_64.c
This file is unused since the apic unification in 2.6.29, but nobody
noticed.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'arch/x86/kernel/Makefile')
-rw-r--r-- | arch/x86/kernel/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/kernel/Makefile b/arch/x86/kernel/Makefile index 0925676266bd..dd9a2e459c78 100644 --- a/arch/x86/kernel/Makefile +++ b/arch/x86/kernel/Makefile | |||
@@ -120,7 +120,6 @@ obj-$(CONFIG_SWIOTLB) += pci-swiotlb.o | |||
120 | # 64 bit specific files | 120 | # 64 bit specific files |
121 | ifeq ($(CONFIG_X86_64),y) | 121 | ifeq ($(CONFIG_X86_64),y) |
122 | obj-$(CONFIG_X86_UV) += tlb_uv.o bios_uv.o uv_irq.o uv_sysfs.o uv_time.o | 122 | obj-$(CONFIG_X86_UV) += tlb_uv.o bios_uv.o uv_irq.o uv_sysfs.o uv_time.o |
123 | obj-$(CONFIG_X86_PM_TIMER) += pmtimer_64.o | ||
124 | obj-$(CONFIG_AUDIT) += audit_64.o | 123 | obj-$(CONFIG_AUDIT) += audit_64.o |
125 | 124 | ||
126 | obj-$(CONFIG_GART_IOMMU) += pci-gart_64.o aperture_64.o | 125 | obj-$(CONFIG_GART_IOMMU) += pci-gart_64.o aperture_64.o |