diff options
Diffstat (limited to 'kernel/sched.c')
-rw-r--r-- | kernel/sched.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/sched.c b/kernel/sched.c index 165b532dd8c2..11119deffa48 100644 --- a/kernel/sched.c +++ b/kernel/sched.c | |||
@@ -5442,7 +5442,7 @@ static int migration_thread(void *data) | |||
5442 | /* | 5442 | /* |
5443 | * Figure out where task on dead CPU should go, use force if necessary. | 5443 | * Figure out where task on dead CPU should go, use force if necessary. |
5444 | */ | 5444 | */ |
5445 | static void move_task_off_dead_cpu(int dead_cpu, struct task_struct *p) | 5445 | void move_task_off_dead_cpu(int dead_cpu, struct task_struct *p) |
5446 | { | 5446 | { |
5447 | struct rq *rq = cpu_rq(dead_cpu); | 5447 | struct rq *rq = cpu_rq(dead_cpu); |
5448 | int needs_cpu, uninitialized_var(dest_cpu); | 5448 | int needs_cpu, uninitialized_var(dest_cpu); |