Skip to content

Commit

Permalink
x86: Remove stale pmtimer_64.c
Browse files Browse the repository at this point in the history
This file is unused since the apic unification in 2.6.29, but nobody
noticed.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
  • Loading branch information
KAGA-KOKO committed Oct 15, 2010
1 parent 234bb54 commit 40ffa93
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 72 deletions.
1 change: 0 additions & 1 deletion arch/x86/kernel/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
69 changes: 0 additions & 69 deletions arch/x86/kernel/pmtimer_64.c

This file was deleted.

2 changes: 0 additions & 2 deletions include/linux/acpi_pmtmr.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ static inline u32 acpi_pm_read_early(void)
return acpi_pm_read_verified() & ACPI_PM_MASK;
}

extern void pmtimer_wait(unsigned);

#else

static inline u32 acpi_pm_read_early(void)
Expand Down

0 comments on commit 40ffa93

Please sign in to comment.