The patch titled make arch/i386/kernel/io_apic.c:timer_irq_works() static again has been removed from the -mm tree. Its filename was make-arch-i386-kernel-io_apicctimer_irq_works-static-again.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: make arch/i386/kernel/io_apic.c:timer_irq_works() static again From: Adrian Bunk <bunk@xxxxxxxxx> timer_irq_works() needlessly became global. Signed-off-by: Adrian Bunk <bunk@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- arch/i386/kernel/io_apic.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN arch/i386/kernel/io_apic.c~make-arch-i386-kernel-io_apicctimer_irq_works-static-again arch/i386/kernel/io_apic.c --- a/arch/i386/kernel/io_apic.c~make-arch-i386-kernel-io_apicctimer_irq_works-static-again +++ a/arch/i386/kernel/io_apic.c @@ -1902,7 +1902,7 @@ __setup("no_timer_check", notimercheck); * - if this function detects that timer IRQs are defunct, then we fall * back to ISA timer IRQs */ -int __init timer_irq_works(void) +static int __init timer_irq_works(void) { unsigned long t1 = jiffies; _ Patches currently in -mm which might be from bunk@xxxxxxxxx are origin.patch fix-x86_64-mm-xen-xen-event-channels.patch git-acpi.patch cpuidle-add-rating-to-the-governors-and-pick-the-one-with-highest-rating-by-default-fix.patch drivers-acpi-sbsc-remove-dead-code.patch git-alsa.patch git-hwmon.patch git-kbuild.patch git-kvm.patch testing-patch-for-ali-pata-fixes-hopefully-for-the-problems-with-atapi-dma.patch git-mtd.patch git-scsi-misc.patch drivers-scsi-pcmcia-nsp_csc-remove-kernel-24-code.patch git-unionfs.patch git-ipwireless_cs.patch arch-i386-kernel-smpbootcsetup_trampoline-must-be.patch maps2-add-proc-kpagemap-interface.patch fs-reiserfs-cleanups.patch introduce-i_sync-fix.patch ext2-reservations.patch intel-iommu-intel-iommu-driver.patch revoke-core-code.patch mm-implement-swap-prefetching.patch reiser4-export-remove_from_page_cache.patch reiser4.patch mutex-subsystem-synchro-test-module.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html