The patch titled use-boot-based-time-for-process-start-time-and-boot-time-fix 2 has been removed from the -mm tree. Its filename was use-boot-based-time-for-process-start-time-and-boot-time-fix-2.patch This patch was dropped because it was folded into use-boot-based-time-for-process-start-time-and-boot-time.patch ------------------------------------------------------ Subject: use-boot-based-time-for-process-start-time-and-boot-time-fix 2 From: Tomas Janousek <tjanouse@xxxxxxxxxx> Restores the original behaviour of boot time calculation. Signed-off-by: Tomas Janousek <tjanouse@xxxxxxxxxx> Cc: Tomas Smetana <tsmetana@xxxxxxxxxx> Cc: John Stultz <johnstul@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- fs/proc/proc_misc.c | 2 -- 1 file changed, 2 deletions(-) diff -puN fs/proc/proc_misc.c~use-boot-based-time-for-process-start-time-and-boot-time-fix-2 fs/proc/proc_misc.c --- a/fs/proc/proc_misc.c~use-boot-based-time-for-process-start-time-and-boot-time-fix-2 +++ a/fs/proc/proc_misc.c @@ -464,8 +464,6 @@ static int show_stat(struct seq_file *p, irq = softirq = steal = cputime64_zero; getboottime(&boottime); jif = boottime.tv_sec; - if (boottime.tv_nsec) - ++jif; for_each_possible_cpu(i) { int j; _ Patches currently in -mm which might be from tjanouse@xxxxxxxxxx are introduce-boot-based-time.patch use-boot-based-time-for-process-start-time-and-boot-time.patch use-boot-based-time-for-process-start-time-and-boot-time-fix-2.patch use-boot-based-time-for-process-start-time-and-boot-time-fix-3.patch use-boot-based-time-for-uptime-in-proc.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