mirror of
https://github.com/rd-stuffs/msm-4.14.git
synced 2025-02-20 11:45:48 +08:00
[PARISC] Remove unused macro fixup_branch in syscall.S
Signed-off-by: Kyle McMartin <kyle@parisc-linux.org>
This commit is contained in:
parent
a3ea84faba
commit
667baef53f
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user