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 418fc6d8a4da..81d8b1ba4100 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h | |||
@@ -1103,6 +1103,7 @@ struct sched_avg { | |||
1103 | */ | 1103 | */ |
1104 | u32 runnable_avg_sum, runnable_avg_period; | 1104 | u32 runnable_avg_sum, runnable_avg_period; |
1105 | u64 last_runnable_update; | 1105 | u64 last_runnable_update; |
1106 | unsigned long load_avg_contrib; | ||
1106 | }; | 1107 | }; |
1107 | 1108 | ||
1108 | #ifdef CONFIG_SCHEDSTATS | 1109 | #ifdef CONFIG_SCHEDSTATS |