summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2019-06-29 15:41:48 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2019-06-29 15:41:48 -0700
commit46ece1ae20ade6298ffd48f520aa6e8418610297 (patch)
treec8015ae5e9a08f04b0b2cf217d2d7120b7200cce /include
parent78540133736a9f52d9d271a28786b15378196eb8 (diff)
parentf395d5810f27a22e5ff0230ca7b3ef88857d98d9 (diff)
Merge "sched/walt: Fix the memory leak of idle task load pointers"
Diffstat (limited to 'include')
-rw-r--r--include/linux/sched.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h
index ccd0f37dcff7..2378cbf2612d 100644
--- a/include/linux/sched.h
+++ b/include/linux/sched.h
@@ -378,7 +378,7 @@ extern int lockdep_tasklist_lock_is_held(void);
extern void sched_init(void);
extern void sched_init_smp(void);
extern asmlinkage void schedule_tail(struct task_struct *prev);
-extern void init_idle(struct task_struct *idle, int cpu, bool hotplug);
+extern void init_idle(struct task_struct *idle, int cpu);
extern void init_idle_bootup_task(struct task_struct *idle);
extern cpumask_var_t cpu_isolated_map;