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

Commit a2885a55 authored by qctecmdr Service's avatar qctecmdr Service Committed by Gerrit - the friendly Code Review server
Browse files

Merge "sched: Fix per-cpu declaration of sched_load_boost"

parents 664f04a1 98c9df59
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -542,7 +542,7 @@ struct cpu_cycle_counter_cb {

#define MAX_NUM_CGROUP_COLOC_ID	20

extern DEFINE_PER_CPU_READ_MOSTLY(int, sched_load_boost);
DECLARE_PER_CPU_READ_MOSTLY(int, sched_load_boost);

#ifdef CONFIG_SCHED_WALT
extern void sched_exit(struct task_struct *p);