Loading kernel/sched.c +1 −0 Original line number Diff line number Diff line Loading @@ -5303,6 +5303,7 @@ sd_alloc_ctl_domain_table(struct sched_domain *sd) sizeof(int), 0644, proc_dointvec_minmax); set_table_entry(&table[10], "flags", &sd->flags, sizeof(int), 0644, proc_dointvec_minmax); /* &table[11] is terminator */ return table; } Loading Loading
kernel/sched.c +1 −0 Original line number Diff line number Diff line Loading @@ -5303,6 +5303,7 @@ sd_alloc_ctl_domain_table(struct sched_domain *sd) sizeof(int), 0644, proc_dointvec_minmax); set_table_entry(&table[10], "flags", &sd->flags, sizeof(int), 0644, proc_dointvec_minmax); /* &table[11] is terminator */ return table; } Loading