The patch titled round_jiffies-infrastructure-fix has been removed from the -mm tree. Its filename was round_jiffies-infrastructure-fix.patch This patch was dropped because it was folded into round_jiffies-infrastructure.patch ------------------------------------------------------ Subject: round_jiffies-infrastructure-fix From: Andrew Morton <akpm@xxxxxxxx> That would have caused much unpleasantness... Cc: Arjan van de Ven <arjan@xxxxxxxxxxxxxxx> Cc: Thomas Gleixner <tglx@xxxxxxxxxxxxx> Cc: Ingo Molnar <mingo@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- kernel/timer.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff -puN kernel/timer.c~round_jiffies-infrastructure-fix kernel/timer.c --- a/kernel/timer.c~round_jiffies-infrastructure-fix +++ a/kernel/timer.c @@ -104,7 +104,7 @@ static DEFINE_PER_CPU(tvec_base_t *, tve unsigned long __round_jiffies(unsigned long j, int cpu) { int rem; - int original = j; + unsigned long original = j; /* * We don't want all cpus firing their timers at once hitting the @@ -213,7 +213,6 @@ unsigned long round_jiffies_relative(uns EXPORT_SYMBOL_GPL(round_jiffies_relative); - static inline void set_running_timer(tvec_base_t *base, struct timer_list *timer) { _ Patches currently in -mm which might be from akpm@xxxxxxxx are origin.patch submit-checklist-update.patch io-accounting-core-statistics.patch clean-up-__set_page_dirty_nobuffers.patch io-accounting-write-accounting.patch io-accounting-write-cancel-accounting.patch io-accounting-read-accounting-2.patch io-accounting-read-accounting-nfs-fix.patch io-accounting-read-accounting-cifs-fix.patch io-accounting-direct-io.patch io-accounting-report-in-procfs.patch cleanup-taskstatsh.patch io-accounting-via-taskstats.patch getdelays-various-fixes.patch io-accounting-add-to-getdelays.patch sched-add-option-to-serialize-load-balancing.patch kernel-schedc-whitespace-cleanups.patch md-allow-reads-that-have-bypassed-the-cache-to-be-retried-on-failure.patch round_jiffies-infrastructure.patch round_jiffies-infrastructure-fix.patch clocksource-small-cleanup-2-fix.patch kvm-userspace-interface.patch slim-main-include-fix.patch nr_blockdev_pages-in_interrupt-warning.patch device-suspend-debug.patch mutex-subsystem-synchro-test-module-fix.patch slab-leaks3-default-y.patch vdso-print-fatal-signals-use-ctl_unnumbered.patch restore-rogue-readahead-printk.patch put_bh-debug.patch e1000-printk-warning-fixes.patch acpi_format_exception-debug.patch add-debugging-aid-for-memory-initialisation-problems-fix.patch kmap_atomic-debugging.patch squash-ipc-warnings.patch squash-udf-warnings.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