aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/linux/sched.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h
index 0395b0f4df3a..dff85e58264e 100644
--- a/include/linux/sched.h
+++ b/include/linux/sched.h
@@ -1331,7 +1331,9 @@ struct task_struct {
1331 1331
1332 cputime_t utime, stime, utimescaled, stimescaled; 1332 cputime_t utime, stime, utimescaled, stimescaled;
1333 cputime_t gtime; 1333 cputime_t gtime;
1334#ifndef CONFIG_VIRT_CPU_ACCOUNTING
1334 cputime_t prev_utime, prev_stime; 1335 cputime_t prev_utime, prev_stime;
1336#endif
1335 unsigned long nvcsw, nivcsw; /* context switch counts */ 1337 unsigned long nvcsw, nivcsw; /* context switch counts */
1336 struct timespec start_time; /* monotonic time */ 1338 struct timespec start_time; /* monotonic time */
1337 struct timespec real_start_time; /* boot based time */ 1339 struct timespec real_start_time; /* boot based time */