diff options
Diffstat (limited to 'include/linux/sched.h')
-rw-r--r-- | include/linux/sched.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h index 14251a8ff2ea..b6619792bb13 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h | |||
@@ -1043,6 +1043,8 @@ struct task_struct { | |||
1043 | struct task_struct *last_wakee; | 1043 | struct task_struct *last_wakee; |
1044 | unsigned long wakee_flips; | 1044 | unsigned long wakee_flips; |
1045 | unsigned long wakee_flip_decay_ts; | 1045 | unsigned long wakee_flip_decay_ts; |
1046 | |||
1047 | int wake_cpu; | ||
1046 | #endif | 1048 | #endif |
1047 | int on_rq; | 1049 | int on_rq; |
1048 | 1050 | ||