commit | 5e581816d5be9c56a05630c04d42b574618e5ca5 | [log] [tgz] |
---|---|---|
author | Juri Lelli <juri.lelli@arm.com> | Fri Nov 13 10:54:48 2015 +0000 |
committer | Juri Lelli <juri.lelli@arm.com> | Fri Nov 13 10:54:48 2015 +0000 |
tree | 5eae09e0b86eb17e674157667d64253278a3198c | |
parent | 79a7cea3f849aab3355963d1d1ddb6628ac1fbde [diff] |
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>