The patch titled uml-timer-initialization-cleanup-fix has been removed from the -mm tree. Its filename is uml-timer-initialization-cleanup-fix.patch This patch was dropped because it was folded into uml-timer-initialization-cleanup.patch ------------------------------------------------------ Subject: uml-timer-initialization-cleanup-fix From: Andrew Morton <akpm@xxxxxxxx> Cc: Jeff Dike <jdike@xxxxxxxxxxx> Cc: Paolo 'Blaisorblade' Giarrusso <blaisorblade@xxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- arch/um/kernel/time_kern.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN arch/um/kernel/time_kern.c~uml-timer-initialization-cleanup-fix arch/um/kernel/time_kern.c --- a/arch/um/kernel/time_kern.c~uml-timer-initialization-cleanup-fix +++ a/arch/um/kernel/time_kern.c @@ -123,7 +123,7 @@ static void register_timer(void) { int err; - err = request_irq(TIMER_IRQ, um_timer, SA_INTERRUPT, "timer", NULL); + err = request_irq(TIMER_IRQ, um_timer, IRQF_DISABLED, "timer", NULL); if(err != 0) printk(KERN_ERR "timer_init : request_irq failed - " "errno = %d\n", -err); _ Patches currently in -mm which might be from akpm@xxxxxxxx are origin.patch dont-select-config_hotplug.patch x86_64-e820c-needs-pgtableh.patch count_vm_events-fix.patch add-computone-intelliport-plus-serial-hotplug-support.patch add-specialix-io8-card-support-hotplug-support.patch fadvise-remove-dead-comments.patch vt-remove-vt-specific-declarations-and-definitions-from.patch tty-remove-include-of-screen_infoh-from-ttyh.patch md-include-sector-number-in-messages-about-corrected-read-errors.patch md-oops-workaround.patch fdpic-move-roundup-into-linux-kernelh.patch get_cmos_time-locking-fix.patch swsusp-warning-fix.patch uml-timer-initialization-cleanup.patch uml-timer-initialization-cleanup-fix.patch uml-move-_kernc-files-fix.patch char-rtc-handle-memory-mapped-chips-properly.patch fix-weird-logic-in-alloc_fdtable.patch led-class-support-for-soekris-net48xx.patch checklist-update.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