The patch titled dyntick: add nohz stats to /proc/stat has been removed from the -mm tree. Its filename is dyntick-add-nohz-stats-to-proc-stat.patch This patch was dropped because an updated version was merged ------------------------------------------------------ Subject: dyntick: add nohz stats to /proc/stat From: Thomas Gleixner <tglx@xxxxxxxxxxxxx> Add nohz stats to /proc/stat. Signed-off-by: Ingo Molnar <mingo@xxxxxxx> Signed-off-by: Thomas Gleixner <tglx@xxxxxxxxxxxxx> Cc: john stultz <johnstul@xxxxxxxxxx> Cc: Roman Zippel <zippel@xxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- fs/proc/proc_misc.c | 2 ++ 1 file changed, 2 insertions(+) diff -puN fs/proc/proc_misc.c~dyntick-add-nohz-stats-to-proc-stat fs/proc/proc_misc.c --- a/fs/proc/proc_misc.c~dyntick-add-nohz-stats-to-proc-stat +++ a/fs/proc/proc_misc.c @@ -527,6 +527,8 @@ static int show_stat(struct seq_file *p, nr_running(), nr_iowait()); + show_no_hz_stats(p); + return 0; } _ Patches currently in -mm which might be from tglx@xxxxxxxxxxxxx are 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