diff options
Diffstat (limited to 'include/linux/sched.h')
-rw-r--r-- | include/linux/sched.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h index cfb680585ab8..3cffc1204663 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h | |||
@@ -972,7 +972,8 @@ struct task_struct { | |||
972 | unsigned int rt_priority; | 972 | unsigned int rt_priority; |
973 | cputime_t utime, stime; | 973 | cputime_t utime, stime; |
974 | unsigned long nvcsw, nivcsw; /* context switch counts */ | 974 | unsigned long nvcsw, nivcsw; /* context switch counts */ |
975 | struct timespec start_time; | 975 | struct timespec start_time; /* monotonic time */ |
976 | struct timespec real_start_time; /* boot based time */ | ||
976 | /* mm fault and swap info: this can arguably be seen as either mm-specific or thread-specific */ | 977 | /* mm fault and swap info: this can arguably be seen as either mm-specific or thread-specific */ |
977 | unsigned long min_flt, maj_flt; | 978 | unsigned long min_flt, maj_flt; |
978 | 979 | ||