diff options
Diffstat (limited to 'arch/powerpc/kernel')
-rw-r--r-- | arch/powerpc/kernel/misc_32.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/kernel/misc_32.S b/arch/powerpc/kernel/misc_32.S index 402560e957bd..998a10028608 100644 --- a/arch/powerpc/kernel/misc_32.S +++ b/arch/powerpc/kernel/misc_32.S | |||
@@ -700,7 +700,7 @@ _GLOBAL(start_secondary_resume) | |||
700 | rlwinm r1,r1,0,0,(31-THREAD_SHIFT) /* current_thread_info() */ | 700 | rlwinm r1,r1,0,0,(31-THREAD_SHIFT) /* current_thread_info() */ |
701 | addi r1,r1,THREAD_SIZE-STACK_FRAME_OVERHEAD | 701 | addi r1,r1,THREAD_SIZE-STACK_FRAME_OVERHEAD |
702 | li r3,0 | 702 | li r3,0 |
703 | std r3,0(r1) /* Zero the stack frame pointer */ | 703 | stw r3,0(r1) /* Zero the stack frame pointer */ |
704 | bl start_secondary | 704 | bl start_secondary |
705 | b . | 705 | b . |
706 | #endif /* CONFIG_SMP */ | 706 | #endif /* CONFIG_SMP */ |