aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/linux/sched.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h
index 96d674ba3876..53f97eb8dbc7 100644
--- a/include/linux/sched.h
+++ b/include/linux/sched.h
@@ -930,7 +930,8 @@ struct pipe_inode_info;
930struct uts_namespace; 930struct uts_namespace;
931 931
932struct load_weight { 932struct load_weight {
933 unsigned long weight, inv_weight; 933 unsigned long weight;
934 u32 inv_weight;
934}; 935};
935 936
936struct sched_avg { 937struct sched_avg {