|
@@ -1026,6 +1026,8 @@ extern const struct sched_class idle_sched_class;
|
|
|
|
|
|
#ifdef CONFIG_SMP
|
|
|
|
|
|
+extern void update_group_power(struct sched_domain *sd, int cpu);
|
|
|
+
|
|
|
extern void trigger_load_balance(struct rq *rq, int cpu);
|
|
|
extern void idle_balance(int this_cpu, struct rq *this_rq);
|
|
|
|
|
@@ -1040,7 +1042,6 @@ static inline void idle_balance(int cpu, struct rq *rq)
|
|
|
extern void sysrq_sched_debug_show(void);
|
|
|
extern void sched_init_granularity(void);
|
|
|
extern void update_max_interval(void);
|
|
|
-extern void update_group_power(struct sched_domain *sd, int cpu);
|
|
|
extern int update_runtime(struct notifier_block *nfb, unsigned long action, void *hcpu);
|
|
|
extern void init_sched_rt_class(void);
|
|
|
extern void init_sched_fair_class(void);
|