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

[PARISC] Remove unused macro fixup_branch in syscall.S

parent a3ea84fa
Loading
Loading
Loading
Loading
+0 −12
Original line number Diff line number Diff line
@@ -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