From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kyle McMartin Subject: [parisc-linux] [PATCH 16/23] [PARISC] Remove unused macro fixup_branch in syscall.S Date: Sun, 25 Jun 2006 19:34:44 -0400 Message-ID: <11512784931712-git-send-email-kyle@parisc-linux.org> References: <20060625233123.GC2837@athena.road.mcmartin.ca> Reply-To: Kyle McMartin To: parisc-linux@lists.parisc-linux.org Return-Path: In-Reply-To: <20060625233123.GC2837@athena.road.mcmartin.ca> List-Id: parisc-linux developers list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: parisc-linux-bounces@lists.parisc-linux.org Signed-off-by: Kyle McMartin --- arch/parisc/kernel/syscall.S | 12 ------------ 1 files changed, 0 insertions(+), 12 deletions(-) 9f6d09dc715952f5d953645d050a400ffa881af5 diff --git a/arch/parisc/kernel/syscall.S b/arch/parisc/kernel/syscall.S index a028c99..9670a89 100644 --- a/arch/parisc/kernel/syscall.S +++ b/arch/parisc/kernel/syscall.S @@ -29,18 +29,6 @@ #else .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