diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/sched.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h index 5cdba398f367..74977547700f 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h @@ -1249,8 +1249,6 @@ struct sched_statistics { /* ravg represents frequency scaled cpu-demand of tasks */ struct ravg { /* - * 'window_start' marks the beginning of new window - * * 'mark_start' marks the beginning of an event (task waking up, task * starting to execute, task being preempted) within a window * @@ -1265,7 +1263,7 @@ struct ravg { * 'demand' represents maximum sum seen over previous RAVG_HIST_SIZE * windows. 'demand' could drive frequency demand for tasks. */ - u64 window_start, mark_start; + u64 mark_start; u32 sum, demand; u32 sum_history[RAVG_HIST_SIZE]; }; |
