From mboxrd@z Thu Jan 1 00:00:00 1970 From: Al Viro Subject: [PATCH v2 09/13] ppc: get rid of unreachable abs() implementation Date: Wed, 3 Feb 2016 21:20:41 +0000 Message-ID: <1454534445-16759-9-git-send-email-viro@ZenIV.linux.org.uk> References: <20160203211953.GT17997@ZenIV.linux.org.uk> Return-path: In-Reply-To: <20160203211953.GT17997@ZenIV.linux.org.uk> Sender: linux-kernel-owner@vger.kernel.org To: linux-arch@vger.kernel.org Cc: linux-kbuild@vger.kernel.org, linux-kernel@vger.kernel.org List-Id: linux-arch.vger.kernel.org From: Al Viro Both the extern and export had been killed off by Christoph back in 2004; the actual implementation had been left behind. Time to end that depravity, let's bury the body... Signed-off-by: Al Viro --- arch/powerpc/kernel/misc_32.S | 6 ------ 1 file changed, 6 deletions(-) diff --git a/arch/powerpc/kernel/misc_32.S b/arch/powerpc/kernel/misc_32.S index b1519c5..a3d3de6 100644 --- a/arch/powerpc/kernel/misc_32.S +++ b/arch/powerpc/kernel/misc_32.S @@ -696,12 +696,6 @@ _GLOBAL(__bswapdi2) blr EXPORT_SYMBOL(__bswapdi2) -_GLOBAL(abs) - srawi r4,r3,31 - xor r3,r3,r4 - sub r3,r3,r4 - blr - #ifdef CONFIG_SMP _GLOBAL(start_secondary_resume) /* Reset stack */ -- 2.1.4 From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from zeniv.linux.org.uk ([195.92.253.2]:43438 "EHLO ZenIV.linux.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755552AbcBCVUs (ORCPT ); Wed, 3 Feb 2016 16:20:48 -0500 From: Al Viro Subject: [PATCH v2 09/13] ppc: get rid of unreachable abs() implementation Date: Wed, 3 Feb 2016 21:20:41 +0000 Message-ID: <1454534445-16759-9-git-send-email-viro@ZenIV.linux.org.uk> In-Reply-To: <20160203211953.GT17997@ZenIV.linux.org.uk> References: <20160203211953.GT17997@ZenIV.linux.org.uk> Sender: linux-arch-owner@vger.kernel.org List-ID: To: linux-arch@vger.kernel.org Cc: linux-kbuild@vger.kernel.org, linux-kernel@vger.kernel.org Message-ID: <20160203212041.n7jtE1fm6uJYLqdSRlw0hkJNPpiFlhrvqutPpmAf9Q8@z> From: Al Viro Both the extern and export had been killed off by Christoph back in 2004; the actual implementation had been left behind. Time to end that depravity, let's bury the body... Signed-off-by: Al Viro --- arch/powerpc/kernel/misc_32.S | 6 ------ 1 file changed, 6 deletions(-) diff --git a/arch/powerpc/kernel/misc_32.S b/arch/powerpc/kernel/misc_32.S index b1519c5..a3d3de6 100644 --- a/arch/powerpc/kernel/misc_32.S +++ b/arch/powerpc/kernel/misc_32.S @@ -696,12 +696,6 @@ _GLOBAL(__bswapdi2) blr EXPORT_SYMBOL(__bswapdi2) -_GLOBAL(abs) - srawi r4,r3,31 - xor r3,r3,r4 - sub r3,r3,r4 - blr - #ifdef CONFIG_SMP _GLOBAL(start_secondary_resume) /* Reset stack */ -- 2.1.4