diff options
-rw-r--r-- | arch/arm/kernel/smp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/kernel/smp.c b/arch/arm/kernel/smp.c index 6d0c66bc434d..5341b0b19701 100644 --- a/arch/arm/kernel/smp.c +++ b/arch/arm/kernel/smp.c | |||
@@ -286,6 +286,7 @@ void __ref cpu_die(void) | |||
286 | * to be repeated to undo the effects of taking the CPU offline. | 286 | * to be repeated to undo the effects of taking the CPU offline. |
287 | */ | 287 | */ |
288 | __asm__("mov sp, %0\n" | 288 | __asm__("mov sp, %0\n" |
289 | " mov fp, #0\n" | ||
289 | " b secondary_start_kernel" | 290 | " b secondary_start_kernel" |
290 | : | 291 | : |
291 | : "r" (task_stack_page(current) + THREAD_SIZE - 8)); | 292 | : "r" (task_stack_page(current) + THREAD_SIZE - 8)); |