Re: [PATCH v4 3/3] MIPS: use generic GCC library routines from lib/

From: Matt Redfearn
Date: Tue Apr 03 2018 - 05:23:46 EST




On 03/04/18 09:53, James Hogan wrote:
On Thu, Mar 29, 2018 at 11:41:23AM +0100, Matt Redfearn wrote:
This commit removes several generic GCC library routines from
arch/mips/lib/ in favour of similar routines from lib/.

diff --git a/arch/mips/lib/Makefile b/arch/mips/lib/Makefile
index e84e12655fa8..6537e022ef62 100644
--- a/arch/mips/lib/Makefile
+++ b/arch/mips/lib/Makefile
@@ -16,5 +16,4 @@ obj-$(CONFIG_CPU_R3000) += r3k_dump_tlb.o
obj-$(CONFIG_CPU_TX39XX) += r3k_dump_tlb.o
# libgcc-style stuff needed in the kernel
-obj-y += ashldi3.o ashrdi3.o bswapsi.o bswapdi.o cmpdi2.o lshrdi3.o multi3.o \
- ucmpdi2.o
+obj-y += bswapsi.o bswapdi.o multi3.o

Have you missed deleting the files?

Oops, got lost during the rebase :-/

Thanks,
Matt


Cheers
James