Skip to content

Commit

Permalink
Merge pull request torvalds#77 from sched-ext/fix_notext_build
Browse files Browse the repository at this point in the history
scx: Fix !CONFIG_SCHED_CLASS_EXT builds
  • Loading branch information
htejun authored Nov 7, 2023
2 parents a281119 + 1d773bd commit fdee025
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions kernel/sched/core.c
Original file line number Diff line number Diff line change
Expand Up @@ -11421,6 +11421,7 @@ static int cpu_extra_stat_show(struct seq_file *sf,
return 0;
}

#if defined(CONFIG_RT_GROUP_SCHED) || defined(CONFIG_EXT_GROUP_SCHED)
static int cpu_local_stat_show(struct seq_file *sf,
struct cgroup_subsys_state *css)
{
Expand All @@ -11438,6 +11439,7 @@ static int cpu_local_stat_show(struct seq_file *sf,
#endif
return 0;
}
#endif

#if defined(CONFIG_FAIR_GROUP_SCHED) || defined(CONFIG_EXT_GROUP_SCHED)

Expand Down

0 comments on commit fdee025

Please sign in to comment.