diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/sched.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h index 2d2a94575eaa..f9e099e741e1 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h @@ -1269,7 +1269,7 @@ struct ravg { * sum_history (empty windows are ignored in sum_history). */ u64 mark_start; - u32 sum, demand, prev_window; + u32 sum, demand, prev_window, partial_demand; u32 sum_history[RAVG_HIST_SIZE]; }; |
