diff options
Diffstat (limited to 'include/linux/sched.h')
-rw-r--r-- | include/linux/sched.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h index 5c2c885ee52b..dd9eb4807389 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h | |||
@@ -645,6 +645,7 @@ struct signal_struct { | |||
645 | * Live threads maintain their own counters and add to these | 645 | * Live threads maintain their own counters and add to these |
646 | * in __exit_signal, except for the group leader. | 646 | * in __exit_signal, except for the group leader. |
647 | */ | 647 | */ |
648 | seqlock_t stats_lock; | ||
648 | cputime_t utime, stime, cutime, cstime; | 649 | cputime_t utime, stime, cutime, cstime; |
649 | cputime_t gtime; | 650 | cputime_t gtime; |
650 | cputime_t cgtime; | 651 | cputime_t cgtime; |