diff options
| author | Linux Build Service Account <lnxbuild@localhost> | 2016-07-13 15:44:54 -0700 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2016-07-13 15:44:54 -0700 |
| commit | 497384f02de1eb33c2a46c8bc6ddb55437c7145b (patch) | |
| tree | 997430c0192c68d6d3073e859748acafce2491d9 /include/linux | |
| parent | afc9724015d6860fdf7272914e6f1dcd366d8bcd (diff) | |
| parent | a68e39b7fd87886ebbf65cc0da4f5fb010a65f58 (diff) | |
Merge "sched: break the forever prev_cpu selection preference"
Diffstat (limited to 'include/linux')
| -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 61a5c00e66cd..06dd540192c7 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h @@ -1482,6 +1482,7 @@ struct task_struct { u32 init_load_pct; u64 last_wake_ts; u64 last_switch_out_ts; + u64 last_cpu_selected_ts; struct related_thread_group *grp; struct list_head grp_list; u64 cpu_cycles; |
