diff options
Diffstat (limited to 'arch/arm64/kernel/smp.c')
-rw-r--r-- | arch/arm64/kernel/smp.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/arm64/kernel/smp.c b/arch/arm64/kernel/smp.c index b711525be21f..538300f2273d 100644 --- a/arch/arm64/kernel/smp.c +++ b/arch/arm64/kernel/smp.c | |||
@@ -46,7 +46,6 @@ | |||
46 | #include <asm/sections.h> | 46 | #include <asm/sections.h> |
47 | #include <asm/tlbflush.h> | 47 | #include <asm/tlbflush.h> |
48 | #include <asm/ptrace.h> | 48 | #include <asm/ptrace.h> |
49 | #include <asm/mmu_context.h> | ||
50 | 49 | ||
51 | /* | 50 | /* |
52 | * as from 2.5, kernels no longer have an init_tasks structure | 51 | * as from 2.5, kernels no longer have an init_tasks structure |
@@ -212,8 +211,7 @@ asmlinkage void __cpuinit secondary_start_kernel(void) | |||
212 | * before we continue. | 211 | * before we continue. |
213 | */ | 212 | */ |
214 | set_cpu_online(cpu, true); | 213 | set_cpu_online(cpu, true); |
215 | while (!cpu_active(cpu)) | 214 | complete(&cpu_running); |
216 | cpu_relax(); | ||
217 | 215 | ||
218 | /* | 216 | /* |
219 | * OK, it's off to the idle thread for us | 217 | * OK, it's off to the idle thread for us |