1
0
Fork 0

[PARISC] Remove unused macro fixup_branch in syscall.S

Signed-off-by: Kyle McMartin <kyle@parisc-linux.org>
wifi-calibration
Kyle McMartin 2006-06-17 17:53:43 +00:00 committed by Kyle McMartin
parent a3ea84faba
commit 667baef53f
1 changed files with 0 additions and 12 deletions

View File

@ -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