aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorKyle McMartin <kyle@parisc-linux.org>2006-06-17 17:53:43 +0000
committerKyle McMartin <kyle@hera.kernel.org>2006-06-27 23:28:40 +0000
commit667baef53fcd5b839ca8e74ed65811d9df22bd7b (patch)
treeeaaee3beb9611477d670261754af7b9f247b4a55 /arch
parent[PARISC] Add is_compat_task() helper (diff)
downloadlinux-dev-667baef53fcd5b839ca8e74ed65811d9df22bd7b.tar.xz
linux-dev-667baef53fcd5b839ca8e74ed65811d9df22bd7b.zip
[PARISC] Remove unused macro fixup_branch in syscall.S
Signed-off-by: Kyle McMartin <kyle@parisc-linux.org>
Diffstat (limited to 'arch')
-rw-r--r--arch/parisc/kernel/syscall.S12
1 files changed, 0 insertions, 12 deletions
diff --git a/arch/parisc/kernel/syscall.S b/arch/parisc/kernel/syscall.S
index a028c990cbff..9670a89c77fe 100644
--- a/arch/parisc/kernel/syscall.S
+++ b/arch/parisc/kernel/syscall.S
@@ -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