diff options
Diffstat (limited to 'kernel/sched.c')
-rw-r--r-- | kernel/sched.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kernel/sched.c b/kernel/sched.c index e1fc67d0674c..e72485033c48 100644 --- a/kernel/sched.c +++ b/kernel/sched.c | |||
@@ -4702,8 +4702,8 @@ EXPORT_SYMBOL(default_wake_function); | |||
4702 | * started to run but is not in state TASK_RUNNING. try_to_wake_up() returns | 4702 | * started to run but is not in state TASK_RUNNING. try_to_wake_up() returns |
4703 | * zero in this (rare) case, and we handle it by continuing to scan the queue. | 4703 | * zero in this (rare) case, and we handle it by continuing to scan the queue. |
4704 | */ | 4704 | */ |
4705 | static void __wake_up_common(wait_queue_head_t *q, unsigned int mode, | 4705 | void __wake_up_common(wait_queue_head_t *q, unsigned int mode, |
4706 | int nr_exclusive, int sync, void *key) | 4706 | int nr_exclusive, int sync, void *key) |
4707 | { | 4707 | { |
4708 | wait_queue_t *curr, *next; | 4708 | wait_queue_t *curr, *next; |
4709 | 4709 | ||