Fix build for !CONFIG_SMT_NICE -ck --- kernel/sched/bfs.c | 2 ++ 1 file changed, 2 insertions(+) Index: linux-4.7-ck5/kernel/sched/bfs.c =================================================================== --- linux-4.7-ck5.orig/kernel/sched/bfs.c 2016-09-23 08:33:01.437716819 +1000 +++ linux-4.7-ck5/kernel/sched/bfs.c 2016-09-23 08:33:01.435716832 +1000 @@ -745,6 +745,8 @@ static bool smt_should_schedule(struct t /* Sorry, you lose */ return false; } +#else /* CONFIG_SMT_NICE */ +#define smt_schedule(p, this_rq) (true) #endif /* CONFIG_SMT_NICE */ #ifdef CONFIG_SMP /*