Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 295fb560 authored by Josh Choo's avatar Josh Choo Committed by Andrea
Browse files

sched: Add stub function for core_ctl_set_boost

Needed to load the stock qcacld kernel module.
parent 542d59dd
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -2673,6 +2673,12 @@ int sched_set_wake_up_idle(struct task_struct *p, int wake_up_idle)
}
EXPORT_SYMBOL(sched_set_wake_up_idle);

int core_ctl_set_boost(bool boost)
{
	return 0;
}
EXPORT_SYMBOL(core_ctl_set_boost);

#ifdef CONFIG_SMP
static const u32 runnable_avg_yN_inv[] = {
	0xffffffff, 0xfa83b2da, 0xf5257d14, 0xefe4b99a, 0xeac0c6e6, 0xe5b906e6,