projects
/
GitHub
/
MotorolaMobilityLLC
/
kernel-slsi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a3ea84f
)
[PARISC] Remove unused macro fixup_branch in syscall.S
author
Kyle McMartin
<kyle@parisc-linux.org>
Sat, 17 Jun 2006 17:53:43 +0000
(17:53 +0000)
committer
Kyle McMartin
<kyle@hera.kernel.org>
Tue, 27 Jun 2006 23:28:40 +0000
(23:28 +0000)
Signed-off-by: Kyle McMartin <kyle@parisc-linux.org>
arch/parisc/kernel/syscall.S
patch
|
blob
|
blame
|
history
diff --git
a/arch/parisc/kernel/syscall.S
b/arch/parisc/kernel/syscall.S
index a028c990cbff7dd9f47d5146bc23020e15d8450f..9670a89c77fe480255ce79cf5a8705434e06d43e 100644
(file)
--- a/
arch/parisc/kernel/syscall.S
+++ b/
arch/parisc/kernel/syscall.S
@@
-29,18
+29,6
@@
.level 1.1
#endif
-#ifndef CONFIG_64BIT
- .macro fixup_branch,lbl
- b \lbl
- .endm
-#else
- .macro fixup_branch,lbl
- ldil L%\lbl, %r1
- ldo R%\lbl(%r1), %r1
- bv,n %r0(%r1)
- .endm
-#endif
-
.text
.import syscall_exit,code