|
@@ -1480,16 +1480,8 @@ static unsigned long source_load(int cpu, int type);
|
|
|
static unsigned long target_load(int cpu, int type);
|
|
|
static unsigned long cpu_avg_load_per_task(int cpu);
|
|
|
static int task_hot(struct task_struct *p, u64 now, struct sched_domain *sd);
|
|
|
-#else /* CONFIG_SMP */
|
|
|
-
|
|
|
-#ifdef CONFIG_FAIR_GROUP_SCHED
|
|
|
-static void cfs_rq_set_shares(struct cfs_rq *cfs_rq, unsigned long shares)
|
|
|
-{
|
|
|
-}
|
|
|
#endif
|
|
|
|
|
|
-#endif /* CONFIG_SMP */
|
|
|
-
|
|
|
#include "sched_stats.h"
|
|
|
#include "sched_idletask.c"
|
|
|
#include "sched_fair.c"
|