The patch titled clockevents: drivers for i386, fix #2 has been removed from the -mm tree. Its filename is clockevents-drivers-for-i386-fix-2.patch This patch was dropped because an updated version was merged ------------------------------------------------------ Subject: clockevents: drivers for i386, fix #2 From: Ingo Molnar <mingo@xxxxxxx> Add back a mistakenly removed udelay(10) to the PIT initialization sequence. Signed-off-by: Ingo Molnar <mingo@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- arch/i386/kernel/i8253.c | 1 + 1 files changed, 1 insertion(+) diff -puN arch/i386/kernel/i8253.c~clockevents-drivers-for-i386-fix-2 arch/i386/kernel/i8253.c --- a/arch/i386/kernel/i8253.c~clockevents-drivers-for-i386-fix-2 +++ a/arch/i386/kernel/i8253.c @@ -45,6 +45,7 @@ static void init_pit_timer(enum clock_ev outb_p(0x34, PIT_MODE); udelay(10); outb_p(LATCH & 0xff , PIT_CH0); /* LSB */ + udelay(10); outb(LATCH >> 8 , PIT_CH0); /* MSB */ break; _ Patches currently in -mm which might be from mingo@xxxxxxx are forcedeth-hardirq-lockdep-warning.patch bonding-lockdep-annotation.patch spinlock-debug-all-cpu-backtrace.patch spinlock-debug-all-cpu-backtrace-fix.patch spinlock-debug-all-cpu-backtrace-fix-2.patch spinlock-debug-all-cpu-backtrace-fix-3.patch remove-the-old-bd_mutex-lockdep-annotation.patch new-bd_mutex-lockdep-annotation.patch sched-add-above-background-load-function.patch mm-implement-swap-prefetching.patch sched-cleanup-remove-task_t-convert-to-struct-task_struct-prefetch.patch clockevents-drivers-for-i386-fix-2.patch clockevents-drivers-for-i386-mystery-fix.patch high-res-timers-core.patch high-res-timers-core-fix.patch high-res-timers-core-fix-2.patch dynticks-core.patch dynticks-core-nmi-watchdog-fix.patch dynticks-core-nmi-watchdog-fix-2.patch dynticks-core-fix-idle-time-accounting.patch dyntick-add-nohz-stats-to-proc-stat.patch dynticks-i386-arch-code.patch high-res-timers-dynticks-enable-i386-support.patch debugging-feature-timer-stats.patch debugging-feature-timer-stats-fix.patch detect-atomic-counter-underflows.patch debug-shared-irqs.patch make-frame_pointer-default=y.patch mutex-subsystem-synchro-test-module.patch vdso-print-fatal-signals.patch vdso-improve-print_fatal_signals-support-by-adding-memory-maps.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