diff options
Diffstat (limited to 'include/linux/sched.h')
-rw-r--r-- | include/linux/sched.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h index 50d04b92ceda..4f163a8ffabf 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h | |||
@@ -1034,6 +1034,9 @@ struct task_struct { | |||
1034 | #ifdef CONFIG_SMP | 1034 | #ifdef CONFIG_SMP |
1035 | struct llist_node wake_entry; | 1035 | struct llist_node wake_entry; |
1036 | int on_cpu; | 1036 | int on_cpu; |
1037 | struct task_struct *last_wakee; | ||
1038 | unsigned long wakee_flips; | ||
1039 | unsigned long wakee_flip_decay_ts; | ||
1037 | #endif | 1040 | #endif |
1038 | int on_rq; | 1041 | int on_rq; |
1039 | 1042 | ||