Skip to content

Commit

Permalink
[POWERPC] Remove _get_SP
Browse files Browse the repository at this point in the history
We already have an inline __get_SP, no need for yet another one.

Signed-off-by: Anton Blanchard <anton@samba.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>
  • Loading branch information
Anton Blanchard authored and Paul Mackerras committed Mar 22, 2007
1 parent 4980d5e commit f4db196
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions arch/powerpc/kernel/misc_32.S
Original file line number Diff line number Diff line change
Expand Up @@ -734,10 +734,6 @@ _GLOBAL(abs)
sub r3,r3,r4
blr

_GLOBAL(_get_SP)
mr r3,r1 /* Close enough */
blr

/*
* Create a kernel thread
* kernel_thread(fn, arg, flags)
Expand Down

0 comments on commit f4db196

Please sign in to comment.