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 2c33227b0f82..d74830cc51eb 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h | |||
@@ -908,6 +908,7 @@ struct sched_entity { | |||
908 | u64 sum_exec_runtime; | 908 | u64 sum_exec_runtime; |
909 | u64 vruntime; | 909 | u64 vruntime; |
910 | u64 prev_sum_exec_runtime; | 910 | u64 prev_sum_exec_runtime; |
911 | u64 last_min_vruntime; | ||
911 | 912 | ||
912 | #ifdef CONFIG_SCHEDSTATS | 913 | #ifdef CONFIG_SCHEDSTATS |
913 | u64 wait_start; | 914 | u64 wait_start; |