[PARISC] Remove unused macro fixup_branch in syscall.S
authorKyle McMartin <kyle@parisc-linux.org>
Sat, 17 Jun 2006 17:53:43 +0000 (17:53 +0000)
committerKyle McMartin <kyle@hera.kernel.org>
Tue, 27 Jun 2006 23:28:40 +0000 (23:28 +0000)
Signed-off-by: Kyle McMartin <kyle@parisc-linux.org>
arch/parisc/kernel/syscall.S

index a028c99..9670a89 100644 (file)
        .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