powerpc: Rename __get_SP() to current_stack_pointer()

Michael points out that __get_SP() is a pretty horrible
function name. Let's give it a better name.

Signed-off-by: Anton Blanchard <anton@samba.org>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
This commit is contained in:
Anton Blanchard
2014-10-13 19:41:39 +11:00
committed by Michael Ellerman
parent bfe9a2cfe9
commit acf620ecf5
7 changed files with 7 additions and 7 deletions

View File

@@ -115,6 +115,6 @@ _GLOBAL(longjmp)
mr r3,r4
blr
_GLOBAL(__get_SP)
_GLOBAL(current_stack_pointer)
PPC_LL r3,0(r1)
blr