Merge branch 'linus' into sched/core
[linux-2.6-block.git] / kernel / sched_debug.c
index 0932c5c45b34051af474c6d24c4c48e92a2d293a..9cf1baf6616af14959b30f00357bbaef09b4a817 100644 (file)
@@ -486,8 +486,4 @@ void proc_sched_set_task(struct task_struct *p)
 #ifdef CONFIG_SCHEDSTATS
        memset(&p->se.statistics, 0, sizeof(p->se.statistics));
 #endif
-       p->se.sum_exec_runtime                  = 0;
-       p->se.prev_sum_exec_runtime             = 0;
-       p->nvcsw                                = 0;
-       p->nivcsw                               = 0;
 }