Commit 667baef5 authored by Kyle McMartin's avatar Kyle McMartin Committed by Kyle McMartin

[PARISC] Remove unused macro fixup_branch in syscall.S

Signed-off-by: default avatarKyle McMartin <kyle@parisc-linux.org>
parent a3ea84fa
...@@ -29,18 +29,6 @@ ...@@ -29,18 +29,6 @@
.level 1.1 .level 1.1
#endif #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 .text
.import syscall_exit,code .import syscall_exit,code
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment