projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4980d5e
)
[POWERPC] Remove _get_SP
author
Anton Blanchard
<anton@samba.org>
Tue, 20 Mar 2007 15:07:12 +0000
(10:07 -0500)
committer
Paul Mackerras
<paulus@samba.org>
Thu, 22 Mar 2007 11:52:58 +0000
(22:52 +1100)
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>
arch/powerpc/kernel/misc_32.S
patch
|
blob
|
history
diff --git
a/arch/powerpc/kernel/misc_32.S
b/arch/powerpc/kernel/misc_32.S
index 412bea3cf813279bd64d8820ed12e593327fa457..98decf8ebff44831dae7704fa431beca76a87cbb 100644
(file)
--- 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)