diff --git a/kernel/sched/core.c b/kernel/sched/core.c index 4a5f52e79c778a4612c51556361046d4160e58e9..10f2595c408aaaafad7e1e0a420c084d0bb143a2 100644 --- a/kernel/sched/core.c +++ b/kernel/sched/core.c @@ -2073,6 +2073,7 @@ try_to_wake_up(struct task_struct *p, unsigned int state, int wake_flags) /** * try_to_wake_up_local - try to wake up a local task with rq lock held * @p: the thread to be awakened + * @cookie: context's cookie for pinning * * Put @p on the run-queue if it's not already there. The caller must * ensure that this_rq() is locked, @p is bound to this_rq() and not