diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2010-10-15 21:08:14 +0200 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2010-10-15 21:18:59 +0200 |
commit | 40ffa93791985ab300fd488072e9f37ccf72e88c (patch) | |
tree | a20192de6aa86ad4f69251cde0bcda86f20b5ec5 /arch/x86/kernel/Makefile | |
parent | 234bb549eea16ec7d5207ba747fb8dbf489e64c1 (diff) | |
download | blackbird-obmc-linux-40ffa93791985ab300fd488072e9f37ccf72e88c.tar.gz blackbird-obmc-linux-40ffa93791985ab300fd488072e9f37ccf72e88c.zip |
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 # 64 bit specific files ifeq ($(CONFIG_X86_64),y) obj-$(CONFIG_X86_UV) += tlb_uv.o bios_uv.o uv_irq.o uv_sysfs.o uv_time.o - obj-$(CONFIG_X86_PM_TIMER) += pmtimer_64.o obj-$(CONFIG_AUDIT) += audit_64.o obj-$(CONFIG_GART_IOMMU) += pci-gart_64.o aperture_64.o |