aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/sched.c')
-rw-r--r--kernel/sched.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/kernel/sched.c b/kernel/sched.c
index f11c02b86c73..c1d0ed360088 100644
--- a/kernel/sched.c
+++ b/kernel/sched.c
@@ -4692,8 +4692,8 @@ EXPORT_SYMBOL(default_wake_function);
4692 * started to run but is not in state TASK_RUNNING. try_to_wake_up() returns 4692 * started to run but is not in state TASK_RUNNING. try_to_wake_up() returns
4693 * zero in this (rare) case, and we handle it by continuing to scan the queue. 4693 * zero in this (rare) case, and we handle it by continuing to scan the queue.
4694 */ 4694 */
4695static void __wake_up_common(wait_queue_head_t *q, unsigned int mode, 4695void __wake_up_common(wait_queue_head_t *q, unsigned int mode,
4696 int nr_exclusive, int sync, void *key) 4696 int nr_exclusive, int sync, void *key)
4697{ 4697{
4698 wait_queue_t *curr, *next; 4698 wait_queue_t *curr, *next;
4699 4699