The patch titled time-x86_64-convert-x86_64-to-use-generic_time-fix has been removed from the -mm tree. Its filename was time-x86_64-convert-x86_64-to-use-generic_time-fix.patch This patch was dropped because it was folded into time-x86_64-convert-x86_64-to-use-generic_time.patch ------------------------------------------------------ Subject: time-x86_64-convert-x86_64-to-use-generic_time-fix From: Andrew Morton <akpm@xxxxxxxx> printk timestamps are all zero. Someone needs to call set_cyc2ns_scale(). Cc: John Stultz <johnstul@xxxxxxxxxx> Cc: Ingo Molnar <mingo@xxxxxxx> Cc: Thomas Gleixner <tglx@xxxxxxxxxxxxx> Cc: Andi Kleen <ak@xxxxxx> Cc: Roman Zippel <zippel@xxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- arch/x86_64/kernel/time.c | 1 + 1 file changed, 1 insertion(+) Index: linux-2.6.20-rc6-mm/arch/x86_64/kernel/time.c =================================================================== --- linux-2.6.20-rc6-mm.orig/arch/x86_64/kernel/time.c +++ linux-2.6.20-rc6-mm/arch/x86_64/kernel/time.c @@ -361,6 +361,7 @@ void __init time_init(void) else vgetcpu_mode = VGETCPU_LSL; + set_cyc2ns_scale(cpu_khz); printk(KERN_INFO "time.c: Detected %d.%03d MHz processor.\n", cpu_khz / 1000, cpu_khz % 1000); setup_irq(0, &irq0); Patches currently in -mm which might be from akpm@xxxxxxxx are origin.patch vmi-versus-hrtimers.patch add-a-functions-to-handle-interrupt-affinity-setting.patch i386-use-gtod-persistent-clock-support.patch hrtimers-namespace-and-enum-cleanup.patch hrtimers-cleanup-locking.patch hrtimers-add-state-tracking.patch clockevents-i383-drivers.patch generic-vsyscall-gtod-support-for-generic_time.patch time-x86_64-split-x86_64-kernel-timec-up.patch time-x86_64-convert-x86_64-to-use-generic_time.patch time-x86_64-convert-x86_64-to-use-generic_time-fix.patch time-x86_64-convert-x86_64-to-use-generic_time-tidy.patch time-x86_64-re-enable-vsyscall-support-for-x86_64-tidy.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