The patch titled high-res-timers-core-fix-2 has been removed from the -mm tree. Its filename is high-res-timers-core-fix-2.patch This patch was dropped because an updated version was merged ------------------------------------------------------ Subject: high-res-timers-core-fix-2 From: Thomas Gleixner <tglx@xxxxxxxxxxxxx> Cc: Thomas Gleixner <tglx@xxxxxxxxxxxxx> Cc: Ingo Molnar <mingo@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- kernel/hrtimer.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN kernel/hrtimer.c~high-res-timers-core-fix-2 kernel/hrtimer.c --- a/kernel/hrtimer.c~high-res-timers-core-fix-2 +++ a/kernel/hrtimer.c @@ -458,7 +458,7 @@ static void update_jiffies64(ktime_t now delta = ktime_sub(now, last_jiffies_update); } while (read_seqretry(&xtime_lock, seq)); - if (delta.tv64 >= nsec_per_hz.tv64) + if (delta.tv64 < nsec_per_hz.tv64) return; /* Reevalute with xtime_lock held */ _ Patches currently in -mm which might be from tglx@xxxxxxxxxxxxx are 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 - 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