summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2016-07-13 15:44:54 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2016-07-13 15:44:54 -0700
commit497384f02de1eb33c2a46c8bc6ddb55437c7145b (patch)
tree997430c0192c68d6d3073e859748acafce2491d9 /include/linux
parentafc9724015d6860fdf7272914e6f1dcd366d8bcd (diff)
parenta68e39b7fd87886ebbf65cc0da4f5fb010a65f58 (diff)
Merge "sched: break the forever prev_cpu selection preference"
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/sched.h1
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;