kernel/sched: guard task_fits_capacity call site with CONFIG_SMP

As task_fits_capacity is not defined on !CONFIG_SMP, we have to guard
its calling sites.

Signed-off-by: Juri Lelli <juri.lelli@arm.com>
1 file changed