The patch titled Fix vmi time header bug has been added to the -mm tree. Its filename is fix-vmi-time-header-bug.patch *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ 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 fix-vmi-time-header-bug.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 fix-vmi-and-compat_vdso.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