aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/workqueue_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/workqueue_internal.h')
-rw-r--r--kernel/workqueue_internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/workqueue_internal.h b/kernel/workqueue_internal.h
index ad83c96b2ece..7e2204db0b1a 100644
--- a/kernel/workqueue_internal.h
+++ b/kernel/workqueue_internal.h
@@ -64,7 +64,7 @@ static inline struct worker *current_wq_worker(void)
64 64
65/* 65/*
66 * Scheduler hooks for concurrency managed workqueue. Only to be used from 66 * Scheduler hooks for concurrency managed workqueue. Only to be used from
67 * sched.c and workqueue.c. 67 * sched/core.c and workqueue.c.
68 */ 68 */
69void wq_worker_waking_up(struct task_struct *task, int cpu); 69void wq_worker_waking_up(struct task_struct *task, int cpu);
70struct task_struct *wq_worker_sleeping(struct task_struct *task, int cpu); 70struct task_struct *wq_worker_sleeping(struct task_struct *task, int cpu);