]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
[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 a028c990cbff7dd9f47d5146bc23020e15d8450f..9670a89c77fe480255ce79cf5a8705434e06d43e 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