Parcourir la source

[POWERPC] Remove _get_SP

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>
Anton Blanchard il y a 18 ans
Parent
commit
f4db196717
1 fichiers modifiés avec 0 ajouts et 4 suppressions
  1. 0 4
      arch/powerpc/kernel/misc_32.S

+ 0 - 4
arch/powerpc/kernel/misc_32.S

@@ -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)