提交 667baef5 编写于 作者: K Kyle McMartin 提交者: Kyle McMartin

[PARISC] Remove unused macro fixup_branch in syscall.S

Signed-off-by: NKyle McMartin <kyle@parisc-linux.org>
上级 a3ea84fa
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册