The patch titled Fix vmi time header bug has been removed from the -mm tree. Its filename was fix-vmi-time-header-bug.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: Fix vmi time header bug From: Zachary Amsden <zach@xxxxxxxxxx> Some gcc apparently put this function in .init.text because the header didn't match. Cc: Andi Kleen <ak@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- include/asm-i386/vmi_time.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN include/asm-i386/vmi_time.h~fix-vmi-time-header-bug include/asm-i386/vmi_time.h --- a/include/asm-i386/vmi_time.h~fix-vmi-time-header-bug +++ a/include/asm-i386/vmi_time.h @@ -54,7 +54,7 @@ extern unsigned long vmi_cpu_khz(void); #ifdef CONFIG_X86_LOCAL_APIC extern void __init vmi_timer_setup_boot_alarm(void); -extern void __init vmi_timer_setup_secondary_alarm(void); +extern void __devinit vmi_timer_setup_secondary_alarm(void); extern void apic_vmi_timer_interrupt(void); #endif _ Patches currently in -mm which might be from zach@xxxxxxxxxx are origin.patch paravirt-build-fixes.patch make-struct-vmi_ops-static.patch make-arch-i386-kernel-vmicvmi_pmd_clear-static.patch replace-get_scheduled_cycles-with-sched_clock-paravirt_op.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