Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=f4db196717c615db68100dee2de8f47d2dc19372
Commit:     f4db196717c615db68100dee2de8f47d2dc19372
Parent:     4980d5eb750288ffc0bb9daff3feb947e1bac61e
Author:     Anton Blanchard <[EMAIL PROTECTED]>
AuthorDate: Tue Mar 20 10:07:12 2007 -0500
Committer:  Paul Mackerras <[EMAIL PROTECTED]>
CommitDate: Thu Mar 22 22:52:58 2007 +1100

    [POWERPC] Remove _get_SP
    
    We already have an inline __get_SP, no need for yet another one.
    
    Signed-off-by: Anton Blanchard <[EMAIL PROTECTED]>
    Signed-off-by: Paul Mackerras <[EMAIL PROTECTED]>
---
 arch/powerpc/kernel/misc_32.S |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/arch/powerpc/kernel/misc_32.S b/arch/powerpc/kernel/misc_32.S
index 412bea3..98decf8 100644
--- a/arch/powerpc/kernel/misc_32.S
+++ b/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)
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to