aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/sched.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/sched.h')
-rw-r--r--include/linux/sched.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h
index 8cccd6dc5d66..2d1e840ddd35 100644
--- a/include/linux/sched.h
+++ b/include/linux/sched.h
@@ -670,8 +670,7 @@ struct reclaim_state;
670struct sched_info { 670struct sched_info {
671 /* cumulative counters */ 671 /* cumulative counters */
672 unsigned long pcount; /* # of times run on this cpu */ 672 unsigned long pcount; /* # of times run on this cpu */
673 unsigned long long cpu_time, /* time spent on the cpu */ 673 unsigned long long run_delay; /* time spent waiting on a runqueue */
674 run_delay; /* time spent waiting on a runqueue */
675 674
676 /* timestamps */ 675 /* timestamps */
677 unsigned long long last_arrival,/* when we last ran on a cpu */ 676 unsigned long long last_arrival,/* when we last ran on a cpu */