diff options
Diffstat (limited to 'arch/powerpc/kernel/misc.S')
-rw-r--r-- | arch/powerpc/kernel/misc.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/kernel/misc.S b/arch/powerpc/kernel/misc.S index 120deb713bc8..0d432194c018 100644 --- a/arch/powerpc/kernel/misc.S +++ b/arch/powerpc/kernel/misc.S | |||
@@ -115,6 +115,6 @@ _GLOBAL(longjmp) | |||
115 | mr r3,r4 | 115 | mr r3,r4 |
116 | blr | 116 | blr |
117 | 117 | ||
118 | _GLOBAL(__get_SP) | 118 | _GLOBAL(current_stack_pointer) |
119 | PPC_LL r3,0(r1) | 119 | PPC_LL r3,0(r1) |
120 | blr | 120 | blr |