Change-Id: I3004c525cac85ef5747205494ac639dda8852857
Signed-off-by: Daeyeong Lee <daeyeong.lee@samsung.com>
extern int global_boosting(struct task_struct *p);
extern int global_boosted(void);
extern int select_energy_cpu(struct task_struct *p, int prev_cpu, int sd_flag, int sync);
+extern unsigned int calculate_energy(struct task_struct *p, int target_cpu);
extern int band_play_cpu(struct task_struct *p);
#ifdef CONFIG_SCHED_TUNE
int prev_cpu;
};
-static unsigned int calculate_energy(struct task_struct *p, int target_cpu)
+unsigned int calculate_energy(struct task_struct *p, int target_cpu)
{
unsigned long util[NR_CPUS] = {0, };
unsigned int total_energy = 0;