Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
[deliverable/linux.git] / kernel / sched / debug.c
index 0368c393a3362d981e79745716cbb59b2989dac8..2a0a9995256d9e920d3c94cf944cd6acb61fa627 100644 (file)
@@ -879,9 +879,9 @@ void proc_sched_show_task(struct task_struct *p, struct seq_file *m)
 
        nr_switches = p->nvcsw + p->nivcsw;
 
-#ifdef CONFIG_SCHEDSTATS
        P(se.nr_migrations);
 
+#ifdef CONFIG_SCHEDSTATS
        if (schedstat_enabled()) {
                u64 avg_atom, avg_per_cpu;
 
This page took 0.024428 seconds and 5 git commands to generate.